Effacement des fichiers intermédiaires sous Cygwin

This commit is contained in:
Hugo Clement 2002-10-24 10:28:32 +00:00
parent edab03cb98
commit 046b5f7e95
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# $Id: genlib.sh,v 1.8 2002/10/15 17:09:49 jpc Exp $ # $Id: genlib.sh,v 1.9 2002/10/24 10:28:32 hcl Exp $
# #
# /------------------------------------------------------------------\ # /------------------------------------------------------------------\
# | | # | |
@ -292,7 +292,7 @@ $CSOURCE.o: $CSOURCE.c
clean: clean:
rm -f $CSOURCE $CSOURCE.o rm -f $CSOURCE $CSOURCE.o $CSOURCE.exe
EOF EOF
@ -346,7 +346,7 @@ EOF
rm -f $MAKEFILE rm -f $MAKEFILE
if [ "$KEEP_BIN" != "y" ]; then rm -f $CSOURCE >> $CSOURCE.grr 2>&1; fi if [ "$KEEP_BIN" != "y" ]; then rm -f $CSOURCE $CSOURCE.exe >> $CSOURCE.grr 2>&1; fi
if [ \( $exit_code -eq 0 \) -a \( "$KEEP_LOG" != "y" \) ]; then if [ \( $exit_code -eq 0 \) -a \( "$KEEP_LOG" != "y" \) ]; then
rm -f $CSOURCE.grr > /dev/null 2>&1 rm -f $CSOURCE.grr > /dev/null 2>&1