[pulseaudio-discuss] [PATCH] build-sys: Drop symlinking the generated README

Arun Raghavan arun at arunraghavan.net
Sat Jun 30 05:27:58 UTC 2018


Doesn't really work with srcdir != builddir, and we shouldn't really be
messing with files in srcdir anyway.
---
 Makefile.am | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 30b014c..f1100e3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,9 +30,7 @@ MAINTAINERCLEANFILES=README
 noinst_DATA = README
 
 README:
-	rm -f README
 	$(MAKE) -C doc README
-	cd $(srcdir) && ln -s doc/README README
 
 homepage: all dist
 	test -d $$HOME/homepage/private
-- 
2.17.1



More information about the pulseaudio-discuss mailing list