diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-05-29 16:11:30 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-05-29 16:11:30 -0700 |
commit | 448ff1d2d1e5052342312643d807040a9950e0f5 (patch) | |
tree | 0a2dea96b8bc311fa6b7a545b5e4f006f23826d4 /gpxe/Makefile | |
parent | 2c8c9c73f49178535eb035df54b398e22f44f06b (diff) | |
download | syslinux.git-448ff1d2d1e5052342312643d807040a9950e0f5.tar.gz syslinux.git-448ff1d2d1e5052342312643d807040a9950e0f5.tar.xz syslinux.git-448ff1d2d1e5052342312643d807040a9950e0f5.zip |
Shut up gpxe Makefiles when making spotless
gpxe Makefiles are just way too loud, especially when just cleaning up.
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 2868cbc2..01d0de95 100644 --- a/gpxe/Makefile +++ b/gpxe/Makefile @@ -26,7 +26,7 @@ clean: tidy rm -f $(TARGETS) dist: - $(MAKE) -C src veryclean + $(MAKE) -C src veryclean > /dev/null 2>&1 spotless: clean dist |