mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-05-08 02:40:24 +00:00
[BUILD] make clean did not work on anything but bash
This commit is contained in:
parent
aad2e49034
commit
1a587498e8
3
Makefile
3
Makefile
@ -124,7 +124,8 @@ objsize: haproxy
|
|||||||
$(CC) $(CFLAGS) -c -o $@ $<
|
$(CC) $(CFLAGS) -c -o $@ $<
|
||||||
|
|
||||||
clean:
|
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
|
rm -f haproxy-$(VERSION).tar.gz haproxy-$(VERSION) nohup.out gmon.out
|
||||||
|
|
||||||
tar: clean
|
tar: clean
|
||||||
|
Loading…
Reference in New Issue
Block a user