1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source4
Stefan Metzmacher df3f31d2d5 r25697: make *clean doesn't work after a svn up when some *.mk files were removed
the error is:
SAMBA_4_0/source> make clean
make: *** No rule to make target `lib/ldb/samba/config.mk', needed by `Makefile'.  Stop.

the problem is:
Makefile: config.status $(MK_FILES)
	./config.status

so now we let the MK_FILES variable empty for the *clean targets
if gnu make is detected, we should later test if this construct
is portable to other make implementations and remove the check for gnu make.

metze
(This used to be commit 4c8e539af1)
2007-12-21 05:43:19 +01:00
..
auth r25660: Add a new interface 'generate_secret_buffer()', to be used when we 2007-12-21 05:43:03 +01:00
build r25697: make *clean doesn't work after a svn up when some *.mk files were removed 2007-12-21 05:43:19 +01:00
cldap_server r25398: Parse loadparm context to all lp_*() functions. 2007-10-10 15:07:25 -05:00
client r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network.h because we stripped down includes. 2007-12-21 05:43:00 +01:00
cluster r25553: Convert to standard bool type. 2007-10-10 15:07:54 -05:00
codepages
dsdb r25693: Implement the rest of subtree renames, now that tridge waved his magic 2007-12-21 05:43:17 +01:00
heimdal r25298: regenerate lex.c files with config.h as first include 2007-10-10 15:07:08 -05:00
heimdal_build r25695: [libreplace] fix the standalone build of libreplace 2007-12-21 05:43:18 +01:00
include r25619: As perhaps could have been expected, the CFLAGS hack broke all non-gcc 2007-12-21 05:42:55 +01:00
kdc r25548: Convert to standard bool type. 2007-10-10 15:07:53 -05:00
ldap_server r25548: Convert to standard bool type. 2007-10-10 15:07:53 -05:00
lib r25695: [libreplace] fix the standalone build of libreplace 2007-12-21 05:43:18 +01:00
libcli r25692: fixed another example where the free of fde and the free of the socket 2007-12-21 05:43:16 +01:00
libnet r25607: Allow to set security descriptor type flags at creation time with 2007-12-21 05:42:51 +01:00
librpc r25696: Fix pipe name for dfs. 2007-12-21 05:43:18 +01:00
nbt_server r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network.h because we stripped down includes. 2007-12-21 05:43:00 +01:00
nsswitch r25619: As perhaps could have been expected, the CFLAGS hack broke all non-gcc 2007-12-21 05:42:55 +01:00
ntptr r25446: Merge some changes I made on the way home from SFO: 2007-10-10 15:07:34 -05:00
ntvfs r25554: Convert last instances of BOOL, True and False to the standard types. 2007-10-10 15:07:55 -05:00
param r25547: Convert to standard bool type. 2007-10-10 15:07:52 -05:00
pidl r25674: fix crash bug in pidl generated client code, this 2007-12-21 05:43:08 +01:00
rpc_server r25553: Convert to standard bool type. 2007-10-10 15:07:54 -05:00
script [GLUE] fix some executable bits on shell scripts 2007-12-21 05:21:31 +01:00
scripting r25694: Move subtree_rename above the partitions module. The next step is to 2007-12-21 05:43:17 +01:00
selftest r25622: let --socket-wrapper-keep-pcap imply --socket-wrapper-pcap 2007-12-21 05:42:56 +01:00
setup r25616: Fedora DS now has a way to install the schema and extra configuration 2007-12-21 05:42:54 +01:00
smb_server r25551: Convert to standard bool type. 2007-10-10 15:07:54 -05:00
smbd r25535: Deal with events subsystem failures. 2007-10-10 15:07:49 -05:00
torture r25689: test with a non-zero size file 2007-12-21 05:43:14 +01:00
utils r25454: Use standard bool types in a couple more places. 2007-10-10 15:07:38 -05:00
web_server r25454: Use standard bool types in a couple more places. 2007-10-10 15:07:38 -05:00
winbind r25454: Use standard bool types in a couple more places. 2007-10-10 15:07:38 -05:00
wrepl_server r25549: Convert to standard bool type. 2007-10-10 15:07:53 -05:00
.valgrind_suppressions r19063: merge from samba3 2007-10-10 14:20:32 -05:00
aclocal.m4 r19091: merge from samba3: 2007-10-10 14:20:34 -05:00
autogen.sh r25051: Move SWAT back to the old-style form-submit modal. 2007-10-10 15:05:50 -05:00
config.guess r23799: updated old Franklin Street FSF addresses to new URL 2007-10-10 14:59:16 -05:00
config.sub r23799: updated old Franklin Street FSF addresses to new URL 2007-10-10 14:59:16 -05:00
configure.ac r25425: move LDB_MODULESDIR define into config.h 2007-10-10 15:07:30 -05:00
configure.developer r12128: add --enable-socket-wrapper 2007-10-10 13:47:12 -05:00
configure.nodebug.developer
configure.tridge.opt
dynconfig.c r25051: Move SWAT back to the old-style form-submit modal. 2007-10-10 15:05:50 -05:00
dynconfig.h r25051: Move SWAT back to the old-style form-submit modal. 2007-10-10 15:05:50 -05:00
dynconfig.mk r25187: pass FIRST_PREREQ to Makefile so that the value can be used 2007-10-10 15:06:48 -05:00
headermap.txt r25447: Fix installation of headers. Patch by Brad Hards. 2007-10-10 15:07:35 -05:00
install-sh [GLUE] fix some executable bits on shell scripts 2007-12-21 05:21:31 +01:00
main.mk r25623: add 'make test-swrap-pcap' and 'make test-swrap-keep-pcap' 2007-12-21 05:42:57 +01:00
samba4-knownfail r25595: we pass the "blackbox.smbclient.*USER and PASSWD" test 2007-10-10 15:08:01 -05:00
samba4-skip r25673: Ignore RPC-FRSAPI for samba4. 2007-12-21 05:43:08 +01:00
static_deps.mk r25302: try to fix the build 2007-10-10 15:07:10 -05:00
VERSION r24959: Merge back changes from release branch, and set new VERSION on main tree. 2007-10-10 15:03:42 -05:00