File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -350,8 +350,8 @@ ramdisk()
350
350
351
351
boot ()
352
352
{
353
- cp -R " ${cwd} /overlays/boot/" " ${cdroot} "
354
353
cd " ${uzip} " && tar -cf - boot | tar -xf - -C " ${cdroot} "
354
+ cp -R " ${cwd} /overlays/boot/" " ${cdroot} "
355
355
cd ${cwd} && zpool export furybsd && mdconfig -d -u 0
356
356
}
357
357
Original file line number Diff line number Diff line change 1
1
ldconfig_local_dirs="/usr/libdata/ldconfig /usr/local/libdata/ldconfig"
2
- windowserver_enable="YES "
2
+ windowserver_enable="NO "
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ SRCS= include/sys/epoll.h \
21
21
signalfd.c \
22
22
timerfd_ctx.c \
23
23
compat_socketpair.c \
24
- epoll_shim_interpose.c \
25
24
eventfd.c \
26
25
wrap.c \
27
26
pollrdhup.c \
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ CMAKE= ${OBJTOP}/usr.bin/cmake/bin/cmake
5
5
CMAKE_ARGS+ = -DCMAKE_SYSTEM_PROCESSOR=x86_64
6
6
.endif
7
7
8
- CPPFLAGS = --sysroot=${OBJTOP} ${CFLAGS:M-I*}
8
+ CPPFLAGS = --sysroot=${OBJTOP} ${CFLAGS:M-I*}
9
9
CFLAGS+ = -Wno-error=unused-but-set-variable
10
10
CFLAGS+ = -Wno-error=null-pointer-subtraction
11
11
CFLAGS+ = -Wno-error=missing-variable-declarations
29
29
install :
30
30
31
31
distribute-me :
32
+ mkdir -p ${OBJTOP} /release/dist/ravynOS
32
33
${MAKE} -C ${MAKEOBJDIR} INSTALL=${INSTALL} \
33
34
DESTDIR=${OBJTOP} /release/dist/ravynOS install
34
35
distribute : distribute-me
You can’t perform that action at this time.
0 commit comments