Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hotmail.com>2001-09-28 01:35:16 +0400
committerRobert Collins <rbtcollins@hotmail.com>2001-09-28 01:35:16 +0400
commitc814d12f043b9e8d24f73d2b8f692087f74bd607 (patch)
tree54160be09670e587d9fa3f43e674307c7afc98e3 /winsup
parentc985580e976879bf8293f7fdbb93b6b88b99a48d (diff)
Thu Sep 27 22:00:00 2001 Robert Collins rbtcollins@itdomain.com.au
* Makefile.in: Only stamp winver_stamp on success.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/Makefile.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index e14725dc6..d7ea23f2a 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+Fri Sep 27 07:35:00 2001 Robert Collins <rbtcollins@hotmail.com>
+
+ * Makefile.in: Only stamp winver_stamp on success.
+
Wed Sep 26 16:02:35 2001 Christopher Faylor <cgf@cygnus.com>
* select.cc (peek_pipe): REALLY only grab mutex when we actually got
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index 23012c75d..7629241cb 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -210,8 +210,8 @@ version.cc winver.o: winver_stamp
winver_stamp: mkvers.sh include/cygwin/version.h winver.rc $(DLL_OFILES)
@echo "Making version.o and winver.o";\
$(SHELL) ${word 1,$^} ${word 2,$^} ${word 3,$^} $(WINDRES) && \
- touch $@ && \
- $(COMPILE_CXX) -o version.o version.cc
+ $(COMPILE_CXX) -o version.o version.cc && \
+ touch $@
cygrun.exe : cygrun.o $(LIB_NAME) $(w32api_lib)/libuser32.a \
$(w32api_lib)/libshell32.a $(w32api_lib)/libkernel32.a