Changeset 472
- Timestamp:
- 08/01/06 23:38:13 (2 years ago)
- Files:
-
- trunk/freewrt/build.mk (modified) (1 diff)
- trunk/freewrt/rules.mk (modified) (1 diff)
- trunk/freewrt/vars.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/build.mk
r423 r472 1 # $ Id$2 #- -------------------------------------------------------------3 # Just run 'make menuconfig', configure stuff, then run 'make'.4 # You shouldn't need to mess with anything beyond this point...5 # --------------------------------------------------------------1 # $FreeWRT$ 2 #- 3 # This file is part of the FreeWRT project. FreeWRT is copyrighted 4 # material, please see the LICENCE file in the top-level directory 5 # or at http://www.freewrt.org/license for details. 6 6 7 7 TOPDIR=${shell pwd} trunk/freewrt/rules.mk
r422 r472 1 1 # $FreeWRT$ 2 #- 3 # This file is part of the FreeWRT project. FreeWRT is copyrighted 4 # material, please see the LICENCE file in the top-level directory 5 # or at http://www.freewrt.org/license for details. 2 6 3 7 include $(TOPDIR)/lbin/prereq.mk trunk/freewrt/vars.mk
r395 r472 1 1 # $FreeWRT$ 2 #- 3 # This file is part of the FreeWRT project. FreeWRT is copyrighted 4 # material, please see the LICENCE file in the top-level directory 5 # or at http://www.freewrt.org/license for details. 2 6 #- 3 7 # Note: if this file ever doesn't work on both GNU and BSD make,


