From 02c7bf893b54aad91d376c3ca47d156401ae2f7c Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Thu, 15 May 2003 16:30:38 +0000 Subject: [PATCH] The chmod ug+w in the all rule has been made non-critical. --- helm/scripts/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/scripts/Makefile b/helm/scripts/Makefile index 96dff3333..ccb1b248e 100644 --- a/helm/scripts/Makefile +++ b/helm/scripts/Makefile @@ -1,5 +1,6 @@ all: + chmod ug+w marcello*rc phd*rc ./makeit V7 marcello marcello marcello.cshrc ./makeit V7 marcello marcello marcello.rc ./makeit V7 marcello phd marcello_phd.cshrc @@ -17,6 +18,7 @@ all: ./makeit V7_mowgli phd marcello phd_marcello_mowgli.cshrc ./makeit V7_mowgli phd marcello phd_marcello_mowgli.rc chmod a+x marcello*rc phd*rc + chmod ug-w marcello*rc phd*rc clean: rm -f marcello*rc phd*rc -- 2.39.2