projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3846463
)
Update.
author
Ulrich Drepper
<drepper@redhat.com>
Tue, 30 May 2000 04:00:03 +0000
(
04:00
+0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Tue, 30 May 2000 04:00:03 +0000
(
04:00
+0000)
* Makefile: Add GNU make magic.
ChangeLog
patch
|
blob
|
history
Makefile
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
b85cddf
..
966759d
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,5
+1,7
@@
2000-05-29 Ulrich Drepper <drepper@redhat.com>
+ * Makefile: Add GNU make magic.
+
* inet/Makefile (CFLAGS-rcmd.c, CFLAGS-rexec.c, CFLAGS-ruserpass.c):
Removed.
* inet/rcmd.c: Remove __P. Remove unused variables.
diff --git
a/Makefile
b/Makefile
index
6e4a767
..
5cf82eb
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-47,6
+47,9
@@
mv -f $@.new $@
endef
endif
+# We don't want to run anything here in parallel.
+.NOTPARALLEL:
+
configure: configure.in aclocal.m4; $(autoconf-it)
%/configure: %/configure.in aclocal.m4; $(autoconf-it)