20130822-alt1

- don't panic of mkdir(2) if directory already exist
- init: fix trying mount devtmpfs into /dev
- support build with MUSL
This commit is contained in:
Sisyphus 2013-08-22 19:49:07 +03:00 committed by Michael Shigorin
parent db43d06caf
commit edeef5c887
2 changed files with 8 additions and 3 deletions

View File

@ -32,7 +32,7 @@ INCLUDES = $($(L)_INCLUDES)
GLIBC_LDFLAGS = -static
KLIBC_LDFLAGS =
MUSL_LDFLAGS = -static
LDFLAGS = $($(L)_LDFLAGS)
LDFLAGS += $($(L)_LDFLAGS)
STRIPCMD = strip -R .note -R .comment

View File

@ -2,7 +2,7 @@
%def_with splash
Name: propagator
Version: 20130821
Version: 20130822
Release: alt1
Summary: 'Early userspace' set of binaries
@ -22,7 +22,7 @@ including init and various helpers for hw probing and bootstrapping.
%setup
%build
make \
%make_build \
%{?_with_shell:WITH_SHELL=t} \
%{?_with_splash:WITH_SPLASH=t} \
version=%version-%release \
@ -37,6 +37,11 @@ make \
%_sbindir/propagator
%changelog
* Thu Aug 22 2013 Led <led@altlinux.ru> 20130822-alt1
- don't panic of mkdir(2) if directory already exist
- init: fix trying mount devtmpfs into /dev
- support build with MUSL
* Wed Aug 21 2013 Fr. Br. George <george@altlinux.ru> 20130821-alt1
- switch back to nfsmount (mount.nfs fails on NFSv3)