[Bese-devel] [PATCH] detachtty: make clean error if no *~ files are present
Luca Capello
luca at pca.it
Mon Mar 6 11:31:31 UTC 2006
Hello,
the attaced darcs patch correct the problem, as from the following
log:
=====
luca at gismo:~/Hacking/cl-debian/repository/detachtty-upstream$ \
make
cc -g -DNEED_PTY_H -c -o detachtty.o
[...]
cc attachtty.o copy-stream.o errors.o -lutil -o attachtty
luca at gismo:~/Hacking/cl-debian/repository/detachtty-upstream$ \
make clean
rm *.o *~ attachtty detachtty
rm: cannot remove `*~': No such file or directory
make: [clean] Error 1 (ignored)
luca at gismo:~/Hacking/cl-debian/repository/detachtty-upstream$ \
vi Makefile
luca at gismo:~/Hacking/cl-debian/repository/detachtty-upstream$ \
make
cc -g -DNEED_PTY_H -c -o detachtty.o
[...]
cc attachtty.o copy-stream.o errors.o -lutil -o attachtty
luca at gismo:~/Hacking/cl-debian/repository/detachtty-upstream$ \
make clean
rm -f *.o *~ attachtty detachtty
luca at gismo:~/Hacking/cl-debian/repository/detachtty-upstream$
=====
Thx, bye,
Gismo / Luca
-------------- next part --------------
A non-text attachment was scrubbed...
Name: detachtty_clean-force-remove_20060306-gismo.patch
Type: text/x-patch
Size: 875 bytes
Desc: force remove when clean
URL: <https://mailman.common-lisp.net/pipermail/bese-devel/attachments/20060306/0621a824/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 188 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/bese-devel/attachments/20060306/0621a824/attachment.sig>
More information about the bese-devel
mailing list