Gitweb links:

...log 
http://git.netsurf-browser.org/libcss.git/shortlog/5a1cc92ccead685d464b99723eac795885366955
...commit 
http://git.netsurf-browser.org/libcss.git/commit/5a1cc92ccead685d464b99723eac795885366955
...tree 
http://git.netsurf-browser.org/libcss.git/tree/5a1cc92ccead685d464b99723eac795885366955

The branch, master has been updated
       via  5a1cc92ccead685d464b99723eac795885366955 (commit)
      from  e1996b60f4568abdae96989b1af3c64f05073def (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/libcss.git/commit/?id=5a1cc92ccead685d464b99723eac795885366955
commit 5a1cc92ccead685d464b99723eac795885366955
Author: Michael Orlitzky <[email protected]>
Commit: Michael Drake <[email protected]>

    src/select/Makefile: the select_generator target is PHONY
    
    This target doesn't create an object named "select_generator", so it
    can be marked .PHONY to improve performance slightly and to avoid a
    conflict with files/directories of the same name.

diff --git a/src/select/Makefile b/src/select/Makefile
index b9e7390..e237d46 100644
--- a/src/select/Makefile
+++ b/src/select/Makefile
@@ -1,4 +1,5 @@
 # Sources
+.PHONY: select_generator
 select_generator:
        python3 src/select/select_generator.py
 


-----------------------------------------------------------------------

Summary of changes:
 src/select/Makefile |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/select/Makefile b/src/select/Makefile
index b9e7390..e237d46 100644
--- a/src/select/Makefile
+++ b/src/select/Makefile
@@ -1,4 +1,5 @@
 # Sources
+.PHONY: select_generator
 select_generator:
        python3 src/select/select_generator.py
 


-- 
Cascading Style Sheets library
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to