diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-06-27 18:47:02 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-06-27 18:47:02 -0700 |
commit | 34763a8075ac5f9a7f5ea3d3e420d1efc67c4441 (patch) | |
tree | 1f61493b6cce359d2f5e106df9516d152b182e9f /gpxe/Makefile | |
parent | 81fe1de46aa4ae26a08ade0caa851beba47e901e (diff) | |
download | syslinux.git-34763a8075ac5f9a7f5ea3d3e420d1efc67c4441.tar.gz syslinux.git-34763a8075ac5f9a7f5ea3d3e420d1efc67c4441.tar.xz syslinux.git-34763a8075ac5f9a7f5ea3d3e420d1efc67c4441.zip |
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.
Diffstat (limited to 'gpxe/Makefile')
-rw-r--r-- | gpxe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |