Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/elftoolchain/dist/common Sync with upstream r3943.



details:   https://anonhg.NetBSD.org/src/rev/e909cb62a00b
branches:  trunk
changeset: 961029:e909cb62a00b
user:      jkoshy <jkoshy%NetBSD.org@localhost>
date:      Tue Apr 06 19:28:25 2021 +0000

description:
Sync with upstream r3943.

diffstat:

 external/bsd/elftoolchain/dist/common/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 6faf640ad279 -r e909cb62a00b external/bsd/elftoolchain/dist/common/Makefile
--- a/external/bsd/elftoolchain/dist/common/Makefile    Tue Apr 06 18:38:04 2021 +0000
+++ b/external/bsd/elftoolchain/dist/common/Makefile    Tue Apr 06 19:28:25 2021 +0000
@@ -1,7 +1,9 @@
-# Id: Makefile 3594 2018-04-11 18:26:50Z jkoshy
+# Id: Makefile 3938 2021-04-04 18:16:18Z jkoshy
 
 TOP=   ..
 
+SUBDIR=                sys
+
 INCS=          elfdefinitions.h
 INCSDIR=       /usr/include
 
@@ -16,3 +18,4 @@
        rm -f ${.OBJDIR}/.depend
 
 .include "${TOP}/mk/elftoolchain.inc.mk"
+.include "${TOP}/mk/elftoolchain.subdir.mk"



Home | Main Index | Thread Index | Old Index