Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
redox-os
redox
Commits
a622fc10
Unverified
Commit
a622fc10
authored
May 02, 2020
by
Xavier L'Heureux
Browse files
Fix conditional target
parent
bed8fcc4
Pipeline
#7424
failed with stage
in 15 minutes and 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bootstrap.sh
View file @
a622fc10
...
...
@@ -148,6 +148,7 @@ osx_homebrew()
###############################################################################
freebsd
()
{
set
-xe
echo
"FreeBSD detected!"
echo
"Installing missing packages..."
...
...
@@ -168,6 +169,7 @@ freebsd()
install_freebsd_pkg
"cmake"
install_freebsd_pkg
"gmake"
install_freebsd_pkg
"wget"
set
+xe
}
###############################################################################
...
...
mk/config.mk
View file @
a622fc10
...
...
@@ -18,7 +18,7 @@ ifeq ($(UNAME),Darwin)
PREFIX_BINARY
=
0
VB_AUDIO
=
coreaudio
VBM
=
/Applications/VirtualBox.app/Contents/MacOS/VBoxManage
ifeq
($(UNAME),FreeBSD)
else
ifeq
($(UNAME),FreeBSD)
FUMOUNT
=
sudo
umount
export
NPROC
=
sysctl
-n
hw.ncpu
PREFIX_BINARY
=
0
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment