Thu Sep 27 22:00:00 2001 Robert Collins rbtcollins@itdomain.com.au
* Makefile.in: Only stamp winver_stamp on success.
This commit is contained in:
parent
c985580e97
commit
c814d12f04
@ -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>
|
Wed Sep 26 16:02:35 2001 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
* select.cc (peek_pipe): REALLY only grab mutex when we actually got
|
* select.cc (peek_pipe): REALLY only grab mutex when we actually got
|
||||||
|
@ -210,8 +210,8 @@ version.cc winver.o: winver_stamp
|
|||||||
winver_stamp: mkvers.sh include/cygwin/version.h winver.rc $(DLL_OFILES)
|
winver_stamp: mkvers.sh include/cygwin/version.h winver.rc $(DLL_OFILES)
|
||||||
@echo "Making version.o and winver.o";\
|
@echo "Making version.o and winver.o";\
|
||||||
$(SHELL) ${word 1,$^} ${word 2,$^} ${word 3,$^} $(WINDRES) && \
|
$(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 \
|
cygrun.exe : cygrun.o $(LIB_NAME) $(w32api_lib)/libuser32.a \
|
||||||
$(w32api_lib)/libshell32.a $(w32api_lib)/libkernel32.a
|
$(w32api_lib)/libshell32.a $(w32api_lib)/libkernel32.a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user