projects
/
hvlinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa3a27b
)
Clean sysvinit install script
author
Hugo Villeneuve
<hugo@hugovil.com>
Sat, 9 Aug 2014 15:34:36 +0000
(11:34 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Mon, 6 Oct 2014 01:48:16 +0000
(21:48 -0400)
stage1/pkg/sysvinit
patch
|
blob
|
history
diff --git
a/stage1/pkg/sysvinit
b/stage1/pkg/sysvinit
index
005bd1c
..
874cc06
100644
(file)
--- a/
stage1/pkg/sysvinit
+++ b/
stage1/pkg/sysvinit
@@
-8,8
+8,8
@@
hvbuild()
-i src/Makefile
make -C src clobber
- make -C src CC="${CC}
${BUILD64}
"
- make -C src
install INSTALL=install ROOT=${LFS}
+ make -C src CC="${CC}"
+ make -C src
ROOT=${LFS} install
install -v -m644 ${SCRDIR}/misc/inittab ${LFS}/etc
}