mirror of
https://github.com/samba-team/samba.git
synced 2024-12-29 11:21:54 +03:00
r22300: fix make everything, we need to build shared libraries...
this should fix the build-farm where some hosts show a make install failure, where it's really should be a make everything build failure metze
This commit is contained in:
parent
b69c950858
commit
a50ae5d863
@ -1,5 +1,4 @@
|
||||
all: showflags $(ALL_PREDEP) bin/asn1_compile bin/compile_et binaries modules
|
||||
everything: all libraries
|
||||
default: all
|
||||
|
||||
include dynconfig.mk
|
||||
include heimdal_build/config.mk
|
||||
@ -42,7 +41,8 @@ libraries: $(STATIC_LIBS) $(SHARED_LIBS)
|
||||
modules: $(SHARED_MODULES)
|
||||
headers: $(PUBLIC_HEADERS) $(DEFAULT_HEADERS)
|
||||
manpages: $(MANPAGES)
|
||||
everything: all
|
||||
all: showflags $(ALL_PREDEP) bin/asn1_compile bin/compile_et binaries modules
|
||||
everything: all libraries
|
||||
|
||||
showlayout:
|
||||
@echo 'Samba will be installed into:'
|
||||
|
Loading…
Reference in New Issue
Block a user