summaryrefslogtreecommitdiff
path: root/make/cramfsroot.mk
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-11-12 09:31:12 +0000
committerEric Andersen <andersen@codepoet.org>2003-11-12 09:31:12 +0000
commit0fee9e90c2ea3accfaa521a303c6568ebf7baccc (patch)
tree2d18515f482954fb771dc19671c9056511f71127 /make/cramfsroot.mk
parente150f3921b20b1b35a42d0b34067773814675d8a (diff)
Thomas Cameron writes:
this patch fixes the source file downloads when executing a "make source", and a few cut-and-paste (tm) errors in the *.mk files. Again, this is a patch against the current CVS sources, and includes my previous patch.
Diffstat (limited to 'make/cramfsroot.mk')
-rw-r--r--make/cramfsroot.mk7
1 files changed, 3 insertions, 4 deletions
diff --git a/make/cramfsroot.mk b/make/cramfsroot.mk
index 7c4311161..3ebf9582b 100644
--- a/make/cramfsroot.mk
+++ b/make/cramfsroot.mk
@@ -42,12 +42,11 @@ cramfsroot: cramfs
@rm -rf $(TARGET_DIR)/usr/info
$(CRAMFS_DIR)/mkcramfs -q -D $(SOURCE_DIR)/device_table.txt $(TARGET_DIR) $(IMAGE)
-cramfsroot-source: $(DL_DIR)/$(GENEXT2_SOURCE)
+cramfsroot-source: cramfs-source
cramfsroot-clean:
- -$(MAKE) -C $(GENEXT2_DIR) clean
+ -$(MAKE) -C $(CRAMFS_DIR) clean
cramfsroot-dirclean:
- rm -rf $(GENEXT2_DIR)
-
+ rm -rf $(CRAMFS_DIR)