From 0fee9e90c2ea3accfaa521a303c6568ebf7baccc Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 12 Nov 2003 09:31:12 +0000 Subject: 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. --- make/cramfsroot.mk | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'make/cramfsroot.mk') 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) -- cgit v1.2.3