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/image/squashfs.mk | |
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/image/squashfs.mk')
-rw-r--r-- | target/linux/image/squashfs.mk | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/target/linux/image/squashfs.mk b/target/linux/image/squashfs.mk index 0b39aa1611..29ce5522d5 100644 --- a/target/linux/image/squashfs.mk +++ b/target/linux/image/squashfs.mk @@ -5,25 +5,24 @@ ifeq ($(ARCH),mips) endif squashfs-prepare: - $(MAKE) -C squashfs prepare $(MAKE_TRACE) + $(MAKE) -C squashfs prepare squashfs-compile: prepare-targets - $(MAKE) -C squashfs compile $(MAKE_TRACE) + $(MAKE) -C squashfs compile squashfs-clean: - $(MAKE) -C squashfs clean $(MAKE_TRACE) + $(MAKE) -C squashfs clean rm -f $(KDIR)/root.squashfs $(KDIR)/root.squashfs: install-prepare @mkdir -p $(KDIR)/root/jffs - $(STAGING_DIR)/bin/mksquashfs-lzma $(KDIR)/root $@ -nopad -noappend -root-owned -$(endian) $(MAKE_TRACE) + $(STAGING_DIR)/bin/mksquashfs-lzma $(KDIR)/root $@ -nopad -noappend -root-owned -$(endian) ifeq ($(IB),) squashfs-install: compile-targets $(BOARD)-compile endif squashfs-install: $(KDIR)/root.squashfs - $(TRACE) target/linux/image/$(BOARD)/install $(MAKE) -C $(BOARD) install KERNEL="$(KERNEL)" FS="squashfs" squashfs-install-ib: compile-targets |