- Timestamp:
- Jul 22, 2006, 5:48:30 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 5bef084
- Parents:
- e13d736
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rules.mk
re13d736 rc04ece1 46 46 47 47 # Strip off the annoying quoting 48 ARCH:= $(strip $(subst ",, $( BR2_ARCH)))49 WGET:= $(strip $(subst ",, $( BR2_WGET)))50 TARGET_OPTIMIZATION:= $(strip $(subst ",, $( BR2_TARGET_OPTIMIZATION)))48 ARCH:= $(strip $(subst ",, $(FWRT_ARCH))) 49 WGET:= $(strip $(subst ",, $(FWRT_WGET))) 50 TARGET_OPTIMIZATION:= $(strip $(subst ",, $(FWRT_TARGET_OPTIMIZATION))) 51 51 #"))"))"))"))")) # for vim's broken syntax highlighting :) 52 52
Note:
See TracChangeset
for help on using the changeset viewer.
