mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
r17733: doxygen is way too noisy to build every time, and it doesn't do
dependencies. If someone can fix it to only rebuild when something
changes, then feel free to re-enable it by default. Otherwise use
"make doxygen" if you are in need of a doxygen fix ....
(This used to be commit e9ab8d9f48
)
This commit is contained in:
parent
f1da198449
commit
96adaec729
@ -61,7 +61,7 @@ EXAMPLES = examples/ldbreader examples/ldifreader
|
||||
|
||||
DIRS = lib bin common ldb_tdb ldb_ldap ldb_sqlite3 modules tools examples tdb talloc
|
||||
|
||||
all: dirs $(OBJS) $(LIBS) $(BINS) $(EXAMPLES) manpages doxygen
|
||||
all: dirs $(OBJS) $(LIBS) $(BINS) $(EXAMPLES) manpages
|
||||
|
||||
.c.o:
|
||||
@echo Compiling $*.c
|
||||
|
Loading…
Reference in New Issue
Block a user