help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

make -n executes RCS commands


From: Aaron S. Hawley
Subject: make -n executes RCS commands
Date: Thu, 20 Jan 2005 16:09:47 -0500 (EST)

The following behavior seems broken.

$ ls script.awk
ls: script.awk: No such file or directory

$ ls RCS/script.awk,v
RCS/script.awk,v

$ make -n script.awk
co  RCS/script.awk,v script.awk
RCS/script.awk,v  -->  script.awk
revision 1.1
done

$ ls script.awk
script.awk

Couldn't find any mention of this behavior in the manual.

Thanks,
/a




reply via email to

[Prev in Thread] Current Thread [Next in Thread]