diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-05-10 20:32:22 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-05-10 20:32:22 +0000 |
commit | b1324fcdd336bd704182edf9810fc3c4848cafeb (patch) | |
tree | be8dee63060a5986bb8a09d94effc3ea7ea1750d /target/linux/ar531x-2.4/Makefile | |
parent | 6a7053aa5ccd8ee75c9efb0b87b34836a3720dbe (diff) | |
download | upstream-b1324fcdd336bd704182edf9810fc3c4848cafeb.tar.gz upstream-b1324fcdd336bd704182edf9810fc3c4848cafeb.tar.bz2 upstream-b1324fcdd336bd704182edf9810fc3c4848cafeb.zip |
remove old trace/verbose junk
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3755 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar531x-2.4/Makefile')
-rw-r--r-- | target/linux/ar531x-2.4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar531x-2.4/Makefile b/target/linux/ar531x-2.4/Makefile index 6e6551b193..3abb30d487 100644 --- a/target/linux/ar531x-2.4/Makefile +++ b/target/linux/ar531x-2.4/Makefile @@ -10,8 +10,8 @@ include ../generic-$(KERNEL)/modules.mk include ../kernel.mk $(LINUX_DIR)/.patched: $(LINUX_DIR)/.unpacked - [ -d ../generic-$(KERNEL)/patches ] && $(PATCH) $(LINUX_DIR) ../generic-$(KERNEL)/patches $(MAKE_TRACE) - [ -d ./patches ] && $(PATCH) $(LINUX_DIR) ./patches $(MAKE_TRACE) + [ -d ../generic-$(KERNEL)/patches ] && $(PATCH) $(LINUX_DIR) ../generic-$(KERNEL)/patches + [ -d ./patches ] && $(PATCH) $(LINUX_DIR) ./patches @$(CP) config $(LINUX_DIR)/.config touch $@ |