diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-30 01:33:24 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-30 18:38:13 -0500 |
commit | 16e8d3b92b5e35a5eaee40a7b7fc0279c342886a (patch) | |
tree | 8c8f2d62d1aae66ec44aed6c3765a565034c0f01 /build-aux/Makefile.once.head/10-nested.mk | |
parent | 36e62cbb6bdb17c318c00ee55f8049930438aa83 (diff) |
(libretools) Fix bugs in autothing.
Some of these are that I hadn't originally designed autothing v3 to work
with --warn-undefined-variables.
Others are just straight-up bugs from inadequate testing.
Diffstat (limited to 'build-aux/Makefile.once.head/10-nested.mk')
-rw-r--r-- | build-aux/Makefile.once.head/10-nested.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build-aux/Makefile.once.head/10-nested.mk b/build-aux/Makefile.once.head/10-nested.mk index 4f181a9..d903d53 100644 --- a/build-aux/Makefile.once.head/10-nested.mk +++ b/build-aux/Makefile.once.head/10-nested.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2016 Luke Shumaker +# Copyright (C) 2016-2017 Luke Shumaker # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by @@ -21,6 +21,7 @@ define mod.nested.doc # Outputs: # - .PHONY Targets : `$(addprefix $(outdir)/,$(nested.targets))` # - Variable : `at.subdirs` +# - Variable : `at.targets` # # The Autothing `at.subdirs` slates a subdirectory's Makefile for inclusion, # but doesn't help with recursive targets like `all`, `install`, or `clean`, |