From: Jelmer Vernooij Date: Thu, 11 Dec 2008 18:07:50 +0000 (+0100) Subject: Install symlink for convenience for the samba4 setup directory. X-Git-Tag: samba-4.0.0alpha6~479^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f69a13de7bf192a3a6fe06b5dee51e9971b59b9;p=thirdparty%2Fsamba.git Install symlink for convenience for the samba4 setup directory. --- diff --git a/source3/samba4.mk b/source3/samba4.mk index 7631112684b..38d1ec2e192 100644 --- a/source3/samba4.mk +++ b/source3/samba4.mk @@ -161,9 +161,11 @@ modules:: $(PLUGINS) pythonmods:: $(PYTHON_PYS) $(PYTHON_SO) -all:: bin/samba4 bin/regpatch4 bin/regdiff4 bin/regshell4 bin/regtree4 bin/smbclient4 pythonmods +all:: bin/samba4 bin/regpatch4 bin/regdiff4 bin/regshell4 bin/regtree4 bin/smbclient4 pythonmods setup torture:: bin/smbtorture4 everything:: $(patsubst %,%4,$(BINARIES)) +setup: + @ln -sf ../source4/setup setup SELFTEST4 = $(LD_LIBPATH_OVERRIDE) $(PERL) $(selftestdir)/selftest.pl --prefix=st4 \ --builddir=$(builddir) --srcdir=$(samba4srcdir) \