Changeset 6162
- Timestamp:
- 01/09/09 12:14:25 (3 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 modified
-
Makefile (modified) (1 diff)
-
SOURCE_TOOLS/update_config_makefile.pl (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r6161 r6162 391 391 @echo '$(ARBHOME)/$@:1: has been generated.' 392 392 @echo 'Please edit $@ to configure your system!' 393 @echo -------------------------------------------------------------------------------- 394 @false 393 395 else 394 396 @echo '$(ARBHOME)/$<:1: is more recent than' 395 397 @echo '$(ARBHOME)/$@:1:' 396 398 @ls -al config.makefile* 397 @echo "you may either:"398 @echo "- ignore it and touch $@"399 @echo "- merge difference between $@ and $< (recommended)"400 @echo "- remove $@, run make again and edit the freshly generated $@"401 endif402 399 @echo -------------------------------------------------------------------------------- 403 @false 400 @echo "Updating $@ (if this fails, check manually)" 401 SOURCE_TOOLS/update_config_makefile.pl 402 @echo "Sucessfully updated $@" 403 @echo -------------------------------------------------------------------------------- 404 @ls -al config.makefile* 405 @echo -------------------------------------------------------------------------------- 406 @echo "Diff to your old config.makefile:" 407 @echo -------------------------------------------------------------------------------- 408 diff $@.bak $@ 409 @echo -------------------------------------------------------------------------------- 410 endif 404 411 405 412 # check if everything is configured correctly
