diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-01-15 21:44:07 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-01-15 21:44:07 +0000 |
commit | 95c0370d7aaf2da53d647c5a2353cf8203f62081 (patch) | |
tree | 4aa04f6f080f027836ec5a1edf46065a68efdfd1 /Makefile | |
parent | f3407c10fd3fcfba900c0d69be112ebe9da4612e (diff) | |
download | ATCD-95c0370d7aaf2da53d647c5a2353cf8203f62081.tar.gz |
Added filter to remove VC one-buttoned makefile "*.MAK" from final release.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -149,7 +149,7 @@ endif #### Old versions of cpio might not, but the version that's shipped with #### Solaris 2.5.1, and gnu cpio 2.3, do support that option. -FILTER = -name CVS -prune -o ! -name '.\#*' ! -name '\#*' ! -name '*~' -print +FILTER = -name CVS -prune -o ! -name '.\#*' ! -name '\#*' ! -name '*~'! -name '*.MAK' -print cleanrelease: @$(TIMESTAMP) (make realclean; cd ..; \ |