Changed to double colen rules and added comment.

This commit is contained in:
Janet B. Anderson
1997-06-25 20:14:07 +00:00
parent 71617fdcf7
commit 32f895bde5

View File

@@ -1,11 +1,12 @@
#RULES.iocBoot
buildInstall: nfs.cmd
buildInstall:: nfs.cmd
nfs.cmd: nfsCommands
@echo "Creating $@"
@$(RM) $@
$(CP) $< $@
echo cd \"`\pwd`\" >> $@
@$(CP) $< $@
@echo cd \"`\pwd`\" >> $@
clean:
clean::
@$(RM) nfs.cmd