Lines Matching +full:make +full:- +full:dir
4 # http://vmsplice.net/~stefan/stefanha-kernel-recipes-2015.pdf
16 make LIBCSTATIC=yes all test || die "failed to make all test of libcap tree"
17 make LIBCSTATIC=yes -C progs tcapsh-static || die "failed to make progs/tcapsh-static"
18 make -C tests uns_test
21 # Assumes desired make *config (eg. make defconfig) is already done.
24 make V=1 all || die "failed to build kernel: $0"
30 file /init test-init.sh 0755 0 0
31 dir /etc 0755 0 0
32 file /etc/passwd test-passwd 0444 0 0
33 dir /lib 0755 0 0
34 dir /proc 0755 0 0
35 dir /dev 0755 0 0
36 dir /sys 0755 0 0
37 dir /sbin 0755 0 0
39 dir /bin 0755 0 0
40 file /bin/myprompt test-prompt.sh 0755 0 0
41 file /bin/bash test-bash.sh 0755 0 0
42 dir /usr 0755 0 0
43 dir /usr/bin 0755 0 0
44 dir /root 0755 0 0
50 file /root/tcapsh-static $HERE/../progs/tcapsh-static 0755 0 0
56 if [ -f "$HERE/extras.sh" ]; then
61 if [ -f "$HERE/interactive" ]; then
75 $KBASE/usr/gen_init_cpio fs.conf | gzip -9 > initramfs.img
77 KERNEL=$KBASE/arch/$(uname -m)/boot/bzImage
79 qemu-system-$(uname -m) -m 1024 \
80 -kernel $KERNEL \
81 -initrd initramfs.img \
82 -append "$APPEND" \
83 -smp sockets=2,dies=1,cores=4 \
84 -device isa-debug-exit