tech-toolchain archive

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

[Greg Troxel] CVS commit: src/external/gpl3/gdb/lib/libsim



(This is about the build system, and -toolchain seems closest.)

I have found several Makefiles to use "cp [mumble] ${.TARGET}".  This
assumes, the second time it is run, that the copied file will be
writable.  But if one is using CVSREAD+t, or has the sources 44 for some
reason, it won't be.   So I wonder if we need ${CP} variable that
expands to cp -f, or if all cp should get -f added.



--- Begin Message ---
Module Name:    src
Committed By:   gdt
Date:           Tue Nov  5 02:32:12 UTC 2013

Modified Files:
        src/external/gpl3/gdb/lib/libsim: Makefile

Log Message:
Use -f with cp to cope with nonwritable files in .


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gdb/lib/libsim/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


--- End Message ---


Home | Main Index | Thread Index | Old Index