Explorar el Código

Patch from Stefan Allius, rebuild extra/config/conf if it is missing
following a make clean

Eric Andersen hace 23 años
padre
commit
51da40e78d
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      Makefile

+ 3 - 0
Makefile

@@ -78,6 +78,9 @@ ifeq ($(strip $(HAVE_SHARED)),y)
 endif
 
 include/bits/uClibc_config.h: .config
+	@if [ ! -x ./extra/config/conf ] ; then \
+	    make -C extra/config; \
+	fi;
 	rm -rf include/bits
 	mkdir -p include/bits
 	@./extra/config/conf -o extra/Configs/Config.$(TARGET_ARCH)