summaryrefslogtreecommitdiff
path: root/gpxe/Makefile
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-05-29 16:11:30 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-05-29 16:11:30 -0700
commit448ff1d2d1e5052342312643d807040a9950e0f5 (patch)
tree0a2dea96b8bc311fa6b7a545b5e4f006f23826d4 /gpxe/Makefile
parent2c8c9c73f49178535eb035df54b398e22f44f06b (diff)
downloadsyslinux-448ff1d2d1e5052342312643d807040a9950e0f5.tar.gz
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/Makefile2
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