Remove fuzzer targets in "make clean"
This commit is contained in:
@@ -262,7 +262,8 @@ check: $(TEST_PROGS) fuzz
|
||||
fi
|
||||
|
||||
clean:
|
||||
-$(LIBTOOL) $(LTFLAGS) --mode=clean rm -f $(TEST_PROGS) *.lo *.o *.la
|
||||
-$(LIBTOOL) $(LTFLAGS) --mode=clean rm -f $(TEST_PROGS) $(FUZZ_PROGS) \
|
||||
*.lo *.o *.la
|
||||
-rm -f *.i *.plog stamp-* core *.core core.* regress/*/*.out \
|
||||
regress/*/*.err
|
||||
|
||||
|
@@ -449,7 +449,8 @@ check: $(TEST_PROGS) fuzz
|
||||
fi
|
||||
|
||||
clean:
|
||||
-$(LIBTOOL) $(LTFLAGS) --mode=clean rm -f $(TEST_PROGS) *.lo *.o *.la
|
||||
-$(LIBTOOL) $(LTFLAGS) --mode=clean rm -f $(TEST_PROGS) $(FUZZ_PROGS) \
|
||||
*.lo *.o *.la
|
||||
-rm -f *.i *.plog stamp-* core *.core core.* regress/*/*.out \
|
||||
regress/*/*.err
|
||||
|
||||
|
@@ -228,7 +228,8 @@ fuzz: $(FUZZ_PROGS)
|
||||
check:
|
||||
|
||||
clean:
|
||||
-$(LIBTOOL) $(LTFLAGS) --mode=clean rm -f $(PROGS) *.lo *.o *.la
|
||||
-$(LIBTOOL) $(LTFLAGS) --mode=clean rm -f $(PROGS) $(FUZZ_PROGS) \
|
||||
*.lo *.o *.la
|
||||
-rm -f *.i *.plog stamp-* core *.core core.*
|
||||
|
||||
mostlyclean: clean
|
||||
|
@@ -728,7 +728,7 @@ check: $(TEST_PROGS) visudo testsudoers cvtsudoers fuzz
|
||||
|
||||
clean:
|
||||
-$(LIBTOOL) $(LTFLAGS) --mode=clean rm -f $(PROGS) $(TEST_PROGS) \
|
||||
*.lo *.o *.la
|
||||
$(FUZZ_PROGS) *.lo *.o *.la
|
||||
-rm -f *.i *.plog stamp-* core *.core core.* prologue regress/*/*.out \
|
||||
regress/*/*.toke regress/*/*.err regress/*/*.json \
|
||||
regress/*/*.ldif regress/*/*.ldif2sudo regress/*/*.sudo
|
||||
|
Reference in New Issue
Block a user