Skip to content

Commit 74ca3b2

Browse files
committed
Removed unneeded libroot.so shared objects; everything is linked against libroot.so by default, anyway.
Allowed to build the apps under BeOS (where libroot.so could not be found, btw). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14659 a95241bf-73f2-0310-859d-f6bbb57e9c96
1 parent cb4b485 commit 74ca3b2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/bin/Jamfile

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
SubDir HAIKU_TOP src bin ;
22

3+
SetSubDirSupportedPlatformsBeOSCompatible ;
4+
35
UsePrivateHeaders app ;
46
UsePrivateHeaders kernel ;
57
UsePrivateHeaders shared ;
@@ -42,13 +44,13 @@ StdBinCommands
4244
uptime.cpp
4345
waitfor.c
4446
# whoami.c
45-
: libroot.so ;
47+
;
4648

4749
# standard commands that need libtermcap.a
4850
StdBinCommands
4951
top.c
5052
tput.c
51-
: libroot.so libtermcap.a
53+
: libtermcap.a
5254
;
5355

5456
# standard commands that need libbe.so
@@ -76,14 +78,14 @@ StdBinCommands
7678
shutdown.cpp
7779
version.cpp
7880
# yes.cpp
79-
: libroot.so libbe.so ;
81+
: libbe.so ;
8082

8183
# standard commands that need libbe.so, libstdc++.so
8284
StdBinCommands
8385
copyattr.cpp
8486
mountvolume.cpp
8587
xres.cpp
86-
: root be $(TARGET_LIBSTDC++)
88+
: be $(TARGET_LIBSTDC++)
8789
;
8890

8991
# standard commands that need libbe.so, libtranslation.so

0 commit comments

Comments
 (0)