OSDN Git Service

test: get out of the endless while loop, when bind failed
[uclinux-h8/uClibc.git] / Makefile.in
index 9d06069..3b8e043 100644 (file)
@@ -67,7 +67,7 @@ MAKEFLAGS += -L
 $(top_builddir)include/config/linuxthreads/old.h $(top_builddir)include/config/linuxthreads/new.h:
        @true
 
-$(top_builddir)include/generated/unifdef_config.h: $(top_builddir)include/bits/uClibc_config.h| $(top_builddir)include/generated
+$(top_builddir)include/generated/unifdef_config.h: $(top_builddir)include/bits/uClibc_config.h | $(top_builddir)include/generated
        @$(disp_gen)
        $(Q)$(SED) -e '1,3d' $^ > $@
 
@@ -251,6 +251,8 @@ HEADERS_RM- := \
        bits/uClibc_va_copy.h \
        bits/sigcontextinfo.h \
        bits/stackinfo.h \
+       atomic.h \
+       bits/atomic.h \
        tls.h \
        rpc/des_crypt.h \
        rpc/key_prot.h \
@@ -496,7 +498,7 @@ defconfig: $(conf)   ; $(cmd_defconfig)
 %_defconfig: $(conf) ; $(cmd_defconfig)
 
 savedefconfig: $(conf)
-       $(Q)$< -S $(KCONFIG_CONFIG) $(Kconfig)
+       $(Q)$< -S defconfig $(Kconfig)
 listnewconfig: $(conf)
        $(Q)$< -l $(Kconfig)
 olddefconfig: $(conf)