Skip to content

Commit

Permalink
Build cleanup for temp ISO
Browse files Browse the repository at this point in the history
  • Loading branch information
mszoek committed May 8, 2022
1 parent 0f3bef1 commit 4379804
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Frameworks/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ CIRRUS_BUILD_ID?= local
MK_WERROR= no
WARN?= 1
WORLDTMP= /usr/obj/${TOPDIR}/${MACHINE}.${MACHINE}
#CFLAGS+= -I ${WORLDTMP}/tmp/usr/include \
CFLAGS+= -B ${WORLDTMP}/usr/bin
CFLAGS+= -I ${WORLDTMP}/tmp/usr/include
#CFLAGS+= -B ${WORLDTMP}/usr/bin
LDFLAGS+= -B ${WORLDTMP}/usr/bin \
-L ${WORLDTMP}/tmp/lib -L ${WORLDTMP}/tmp/usr/lib

.export WARN MK_WERROR CFLAGS
.export WARN MK_WERROR CFLAGS LDFLAGS

SUBDIR+= setup .WAIT
SUBDIR+= CoreFoundation
Expand Down
2 changes: 1 addition & 1 deletion ISO/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ split()
cleanup
workspace
repos
pkg
#pkg
base
packages
initgfx
Expand Down
3 changes: 0 additions & 3 deletions ISO/overlays/ramdisk/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ cat > /etc/bootstrap <<EOT
#!/rescue/sh
rm -f /var/run/nologin
mount -t devfs none /dev
mount -t procfs none /proc
mount -t fdescfs none /dev/fd
EOT
chmod 755 /etc/bootstrap

Expand Down
2 changes: 1 addition & 1 deletion ISO/overlays/uzip/ravynos/manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cat << EOF
name: ravynOS
version: $(head -1 ${RAVYNOS}/version.txt)
version: $(head -1 ${RAVYN}/version.txt)
origin: ravynOS
comment: Package that installs ravynOS core components
arch: freebsd:13:x86:64
Expand Down
2 changes: 1 addition & 1 deletion ISO/scripts/build-pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export DIR_SIZE


# Create the package
pkg create --verbose -r ${STAGEDIR} -m . -o .
IGNORE_OSVERSION=yes pkg create --verbose -r ${STAGEDIR} -m . -o .

# Replace transient-packages-list with a new one reflecting all transient packages;
# this will be used for installing them later on
Expand Down

0 comments on commit 4379804

Please sign in to comment.