mirror of
https://github.com/samba-team/samba.git
synced 2025-03-02 08:58:33 +03:00
Makefile: Allow "make" with no arguments to build all that will be installed.
(This used to be commit 982acd6f80f009d28ff1e63abd2151de0165623e)
This commit is contained in:
parent
f602fa019b
commit
e96592fedf
@ -60,8 +60,8 @@ libraries:: $(STATIC_LIBS) $(SHARED_LIBS)
|
||||
modules:: $(PLUGINS)
|
||||
headers:: $(PUBLIC_HEADERS) $(DEFAULT_HEADERS)
|
||||
manpages:: $(MANPAGES)
|
||||
all:: showflags $(ALL_PREDEP) bin/asn1_compile bin/compile_et binaries modules pythonmods
|
||||
everything:: all libraries headers
|
||||
all:: showflags $(ALL_PREDEP) bin/asn1_compile bin/compile_et binaries modules pythonmods libraries headers
|
||||
everything:: all
|
||||
|
||||
LD_LIBPATH_OVERRIDE = $(LIB_PATH_VAR)=$(builddir)/bin/shared
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user