summaryrefslogtreecommitdiff
path: root/mk/build.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-09 20:03:57 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-09 20:03:57 +0200
commit69ccbb2c9af2ebb0e591da1e55737783c560f9f1 (patch)
treed81f441258eb97985d0806af8a6cec5040bb9437 /mk/build.mk
parent196b86da481d0877f81023bbaf172c9c92fadd7b (diff)
rework thread handling
In the next uClibc-ng release Linuxthreads support will be again allowed for architectures supporting NPTL. To keep Linuxthreads supported and shiny we need architectures and emulators supported where native debugging is simple. Last time stucked with microblaze as only system where I could run some gdb somehow :(
Diffstat (limited to 'mk/build.mk')
-rw-r--r--mk/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/build.mk b/mk/build.mk
index f0133fbe7..58b5521f6 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -323,7 +323,7 @@ $(CONFIG)/mconf:
@$(MAKE) -C $(CONFIG)
defconfig: .menu $(CONFIG)/conf
- -@rm $(ADK_TOPDIR)/.defconfig 2>/dev/null
+ @if [ -f $(ADK_TOPDIR)/.defconfig ]; then rm $(ADK_TOPDIR)/.defconfig;fi
@if [ ! -z "$(ADK_NO_CHECKSUM)" ];then \
echo "ADK_DISABLE_CHECKSUM=y" >> $(ADK_TOPDIR)/.defconfig; \
fi