Makefile.in
changeset 10220 64461831f72d
parent 10076 bdf576e96502
child 10239 cf55a4c21e7f
equal deleted inserted replaced
10219:85fcab58a95e 10220:64461831f72d
    89 	@echo "----------------"
    89 	@echo "----------------"
    90 	@echo "The system detected that source.list or any configure file is altered."
    90 	@echo "The system detected that source.list or any configure file is altered."
    91 	@echo " Going to reconfigure with last known settings..."
    91 	@echo " Going to reconfigure with last known settings..."
    92 	@echo "----------------"
    92 	@echo "----------------"
    93 # Make sure we don't lock config.cache
    93 # Make sure we don't lock config.cache
    94 	@$(shell cat config.cache | sed 's/\\ /\\\\ /g') || exit 1
    94 	@$(shell cat config.cache | sed 's#\\ #\\\\ #g') || exit 1
    95 	@echo "----------------"
    95 	@echo "----------------"
    96 	@echo "Reconfig done. Please re-execute make."
    96 	@echo "Reconfig done. Please re-execute make."
    97 	@echo "----------------"
    97 	@echo "----------------"
    98 else
    98 else
    99 	@echo "----------------"
    99 	@echo "----------------"