[Chandler-dev] clean vs distclean vs realclean
Heikki Toivonen
heikki at osafoundation.org
Thu Mar 1 17:31:19 PST 2007
Currently chandler/Makefile has the distclean target that removes
release, debug, and all the egg and plugins stuff. clean just removes
*.py[co] and release or debug. realclean does distclean followed by
removing tarballs.
I don't find any use for the clean target in this configuration.
I made a change which chains these targets differently. realclean calls
clean which calls distclean. distclean is changed to remove only release
or debug. clean will call distclean and then remove *.py[co]. realclean
will call clean, and then remove tarballs and release and debug.
That change was briefly in the tree but Andi backed it out accidentally
with another backout. So I got a change to inform you that this change
is coming back, and hear if you have any objections.
--
Heikki Toivonen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 254 bytes
Desc: OpenPGP digital signature
Url : http://lists.osafoundation.org/pipermail/chandler-dev/attachments/20070301/7b3663f9/signature.pgp
More information about the chandler-dev
mailing list