From 34763a8075ac5f9a7f5ea3d3e420d1efc67c4441 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 27 Jun 2008 18:47:02 -0700 Subject: Fix "make clean", "make installer" - "make clean" should not clean up things that "make installer" cannot regenerate. - "make installer" should not descend into subdirectories which are target only, e.g. com32 and sample. The Linux platform stuff in com32 is old and bitrotted, and was only for debugging in the first place. Just ignore it. --- gpxe/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpxe/Makefile') diff --git a/gpxe/Makefile b/gpxe/Makefile index 7568ea05..6190af5a 100644 --- a/gpxe/Makefile +++ b/gpxe/Makefile @@ -23,9 +23,9 @@ all: $(TARGETS) tidy: clean: tidy - rm -f $(TARGETS) src/bin/undionly.kpxe dist: + rm -f $(TARGETS) $(MAKE) -C src veryclean > /dev/null 2>&1 spotless: clean dist -- cgit