aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>1999-07-27 16:18:35 +0000
committerBill Nottingham <notting@redhat.com>1999-07-27 16:18:35 +0000
commit63428a4bae5b5ecbd75e7f8f988234ca4dbf531d (patch)
tree1846a1bf3c5046265784506df40f991093a7a48f /Makefile
parentf9eb0227dbe1eae50cb91fa7395d66883829c106 (diff)
downloadinitscripts-63428a4bae5b5ecbd75e7f8f988234ca4dbf531d.tar
initscripts-63428a4bae5b5ecbd75e7f8f988234ca4dbf531d.tar.gz
initscripts-63428a4bae5b5ecbd75e7f8f988234ca4dbf531d.tar.bz2
initscripts-63428a4bae5b5ecbd75e7f8f988234ca4dbf531d.tar.xz
initscripts-63428a4bae5b5ecbd75e7f8f988234ca4dbf531d.zip
*** empty log message ***r4-27
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2db1f5cc..bfe9b6ab 100644
--- a/Makefile
+++ b/Makefile
@@ -28,9 +28,16 @@ install:
chown root.root /var/run/netreport
chmod og=rwx,o=rx /var/run/netreport
+changelog:
+ rcs2log | sed "s|@.*redhat\.com|redhat.com|" | \
+ sed "s|/mnt/devel/CVS/initscripts/||g" > changenew
+ mv ChangeLog ChangeLog.old
+ cat changenew ChangeLog.old > ChangeLog
+ rm -f changenew
+
clean:
(cd src; make clean)
- @rm -fv *~
+ @rm -fv *~ changenew ChangeLog.old
tag-archive:
@cvs -Q tag -F $(CVSTAG)