[master] 0e5bd29 remove a now obsolete comment

Nils Goroll nils.goroll at uplex.de
Mon Nov 6 18:24:05 UTC 2017


commit 0e5bd297d3e0f82c1cdb381d7984a8ff893cae96
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Mon Nov 6 19:13:08 2017 +0100

    remove a now obsolete comment
    
    Somehow this comment has survived even though we don't use BUILT_SOURCES
    here any more

diff --git a/lib/libvcc/vmodtool.py b/lib/libvcc/vmodtool.py
index 1b5aaad..bed65e4 100755
--- a/lib/libvcc/vmodtool.py
+++ b/lib/libvcc/vmodtool.py
@@ -72,8 +72,6 @@ libvmod_XXX_la_LDFLAGS = \\
 
 nodist_libvmod_XXX_la_SOURCES = vcc_if.c vcc_if.h
 
-# BUILT_SOURCES is only a hack
-# and dependency tracking does not help for the first build
 $(libvmod_XXX_la_OBJECTS): vcc_if.h
 
 vcc_if.h vmod_XXX.rst vmod_XXX.man.rst: vcc_if.c
diff --git a/lib/libvmod_debug/Makefile.am b/lib/libvmod_debug/Makefile.am
index dddd350..0bc92d3 100644
--- a/lib/libvmod_debug/Makefile.am
+++ b/lib/libvmod_debug/Makefile.am
@@ -35,7 +35,6 @@ nodist_libvmod_debug_la_SOURCES = \
 	vcc_if.c \
 	vcc_if.h
 
-# BUILT_SOURCES is only a hack and dependency tracking does not help for the first build
 $(libvmod_debug_la_OBJECTS): vcc_if.h
 
 vcc_if.h vmod_debug.rst vmod_debug.man.rst: vcc_if.c


More information about the varnish-commit mailing list