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
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-11-04 23:38:00 +0300
committerChristopher Faylor <me@cgf.cx>2001-11-04 23:38:00 +0300
commit79ec82139e9b08dd2767e3701c00e019c859fbb5 (patch)
tree7d5766f7150d618c3d1132a32e23259987e840e4
parent56c29a3c875454c334b5d9fe0e30ed7f73ae0527 (diff)
* lib/Makefile.in: Add .NOTPARALLEL target since dlltool cannot run in parallel
invocations. * lib/scrnsave.c (WinMain): Trivial change to avoid a compiler warning.
-rw-r--r--winsup/w32api/ChangeLog9
-rw-r--r--winsup/w32api/lib/Makefile.in2
-rw-r--r--winsup/w32api/lib/scrnsave.c1
3 files changed, 12 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index d547070d4..8f761219d 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,12 @@
+2001-11-04 Christopher Faylor <cgf@redhat.com>
+
+ * lib/Makefile.in: Add .NOTPARALLEL target since dlltool cannot run in
+ parallel invocations.
+
+2001-11-03 Christopher Faylor <cgf@redhat.com>
+
+ * lib/scrnsave.c (WinMain): Trivial change to avoid a compiler warning.
+
2001-11-01 Danny Smith <dannysmith@users.sourceforge.net>
* include/basetyps.h (DECLARE_INTERFACE): Don't add
diff --git a/winsup/w32api/lib/Makefile.in b/winsup/w32api/lib/Makefile.in
index 6cd6ba95a..d1a2af3d9 100644
--- a/winsup/w32api/lib/Makefile.in
+++ b/winsup/w32api/lib/Makefile.in
@@ -115,6 +115,8 @@ res.rc test.c kernel32.c
DISTFILES = Makefile.in $(DEF_FILES) $(SOURCES)
+.NOTPARALLEL:
+
# targets
all: $(LIBS) $(EXTRA_OBJS)
diff --git a/winsup/w32api/lib/scrnsave.c b/winsup/w32api/lib/scrnsave.c
index ddad88409..9efa5737a 100644
--- a/winsup/w32api/lib/scrnsave.c
+++ b/winsup/w32api/lib/scrnsave.c
@@ -156,6 +156,7 @@ int APIENTRY WinMain(HINSTANCE hInst, HINSTANCE hPrevInst,
case '/':
case ' ':
default:
+ ;
}
}
LaunchConfig();