commit | 1a587498e80ebee9273b7b718d87a891a490d89a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Oct 15 23:40:58 2006 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Oct 15 23:40:58 2006 +0200 |
tree | 7a9ee88e8814be7f38ece2ba24d87181cc3b35a9 | |
parent | aad2e49034566440eb6585e14c82294a4960d4d1 [diff] [blame] |
[BUILD] make clean did not work on anything but bash
diff --git a/Makefile b/Makefile index c12e519..03e7917 100644 --- a/Makefile +++ b/Makefile
@@ -124,7 +124,8 @@ $(CC) $(CFLAGS) -c -o $@ $< clean: - rm -f {.,src}/*.[oas] {.,src,include/*,doc}/*{~,.rej} core haproxy test + rm -f *.[oas] src/*.[oas] core haproxy test + for dir in . src include/* doc; do rm -f $$dir/*~ $$dir/*.rej;done rm -f haproxy-$(VERSION).tar.gz haproxy-$(VERSION) nohup.out gmon.out tar: clean