diff options
| author | Roy Marples <roy@marples.name> | 2017-03-11 20:32:04 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2017-03-11 20:32:04 +0000 |
| commit | 25189870255c8b48e52ccf2976d4e77611bf70cd (patch) | |
| tree | 3e3de0fd74eb92033eb70d29466b4908d16005e5 | |
| parent | e6734caf489c3db9565f29b204a6a3cf982b8b4f (diff) | |
| download | parpd-25189870255c8b48e52ccf2976d4e77611bf70cd.tar.xz | |
Add distclean support.
| -rw-r--r-- | mk/dist.mk | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -51,7 +51,10 @@ distinfo: dist chmod 644 ${DISTINFOSIGN} ls -l ${DISTFILE} ${DISTINFO} ${DISTINFOSIGN} -snapshot: +distclean: clean + rm -f *.bz2 *.xz *.distinfo *.asc + +snapshot: distclean mkdir /tmp/${SNAPDIR} cp -RPp * /tmp/${SNAPDIR} (cd /tmp/${SNAPDIR}; make clean) |
