Changeset f42d0bc in freewrt
- Timestamp:
- Dec 18, 2006, 8:42:46 PM (19 years ago)
- Children:
- c309ef6
- Parents:
- 318a9bc
- Files:
-
- 3 edited
-
BSDmakefile (modified) (2 diffs)
-
Makefile (modified) (1 diff)
-
mk/split-cfg.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
BSDmakefile
r318a9bc rf42d0bc 10 10 .if defined(package) && !empty(package) 11 11 subdir:= package/${package} 12 _subdir_dep:= ${TOPDIR}/.cfg/FWRT_HAVE_DOT_CONFIG 12 13 .endif 13 14 … … 16 17 ${.TARGETS}: _subdir 17 18 18 _subdir: 19 cd ${.CURDIR}/${subdir} && TOPDIR=${.CURDIR} \19 _subdir: ${_subdir_dep} 20 cd ${.CURDIR}/${subdir} && TOPDIR=${.CURDIR} DEVELOPER=1 \ 20 21 ${.CURDIR}/lbin/gmake ${.MFLAGS} ${_subdir} 22 23 . include "${.CURDIR}/lbin/prereq.mk" 24 . include "${.CURDIR}/mk/split-cfg.mk" 21 25 .else 22 26 . include "${.CURDIR}/Makefile" -
Makefile
r318a9bc rf42d0bc 96 96 chmod 555 lbin/uname; \ 97 97 fi 98 @echo "TOPDIR:=$$(readlink -nf .)" >lbin/prereq.mk 98 @echo "# must work with BSD and GNU make" >lbin/prereq.mk 99 @echo "TOPDIR:=$$(readlink -nf .)" >>lbin/prereq.mk 99 100 @echo "BASH:=$$(lbin/which bash)" >>lbin/prereq.mk 100 101 @echo 'GMAKE:=$${TOPDIR}/lbin/gmake' >>lbin/prereq.mk -
mk/split-cfg.mk
r318a9bc rf42d0bc 4 4 # material, please see the LICENCE file in the top-level directory 5 5 # or at http://www.freewrt.org/licence for details. 6 #- 7 # must work with both BSD and GNU make 6 8 7 9 ${TOPDIR}/.cfg/FWRT_HAVE_DOT_CONFIG: ${TOPDIR}/.config \
Note:
See TracChangeset
for help on using the changeset viewer.
