Changeset 55
- Timestamp:
- 06/12/06 01:18:55 (6 years ago)
- Files:
-
- trunk/freewrt/Makefile (modified) (1 diff)
- trunk/freewrt/build.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/Makefile
r54 r55 37 37 'f:\n\techo P:$${CFLAGS}\n.include <bsd.prog.mk>' | \ 38 38 ${MAKE} -f - f EXPERIMENTAL=yes 2>/dev/null | grep '^P:' \ 39 2>/dev/null | sed 's/^P://'); echo $${x:- ${CFLAGS}})"39 2>/dev/null | sed 's/^P://'); echo $${x:--O2 ${CFLAGS}})" 40 40 41 41 all: prereq trunk/freewrt/build.mk
r54 r55 23 23 # You shouldn't need to mess with anything beyond this point... 24 24 #-------------------------------------------------------------- 25 25 26 TOPDIR=${shell pwd} 26 27 export TOPDIR


