Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf8cde commit a54436fCopy full SHA for a54436f
1 file changed
Modules/Makefile.pre.in
@@ -160,8 +160,17 @@ hassignal:
160
fi; \
161
done
162
163
-Setup:
164
- cp $(srcdir)/Setup.in Setup
+Setup: $(srcdir)/Setup.in
+ @if [ -f Setup ] ; then \
165
+ echo; \
166
+ echo "-------------------------------------------"; \
167
+ echo "$(srcdir)/Setup.in is newer than Setup;"; \
168
+ echo "check to make sure you have all the updates"; \
169
+ echo "you need in your Setup file."; \
170
171
172
+ else (set -x; cp $(srcdir)/Setup.in Setup); fi
173
+
174
175
Setup.local:
176
echo "# Edit this file for local setup changes" >Setup.local
0 commit comments