mirror of
https://github.com/samba-team/samba.git
synced 2024-12-31 17:18:04 +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
|
default: all
|
||||||
everything: all libraries
|
|
||||||
|
|
||||||
include dynconfig.mk
|
include dynconfig.mk
|
||||||
include heimdal_build/config.mk
|
include heimdal_build/config.mk
|
||||||
@ -42,7 +41,8 @@ libraries: $(STATIC_LIBS) $(SHARED_LIBS)
|
|||||||
modules: $(SHARED_MODULES)
|
modules: $(SHARED_MODULES)
|
||||||
headers: $(PUBLIC_HEADERS) $(DEFAULT_HEADERS)
|
headers: $(PUBLIC_HEADERS) $(DEFAULT_HEADERS)
|
||||||
manpages: $(MANPAGES)
|
manpages: $(MANPAGES)
|
||||||
everything: all
|
all: showflags $(ALL_PREDEP) bin/asn1_compile bin/compile_et binaries modules
|
||||||
|
everything: all libraries
|
||||||
|
|
||||||
showlayout:
|
showlayout:
|
||||||
@echo 'Samba will be installed into:'
|
@echo 'Samba will be installed into:'
|
||||||
|
Loading…
Reference in New Issue
Block a user