summaryrefslogtreecommitdiffstats
path: root/config-figure-this-out-for-me.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-12-05 00:03:04 +0100
committerMattias Andrée <maandree@kth.se>2023-12-05 00:03:04 +0100
commit58dd684c4e86944301959a140dbed9746df35779 (patch)
treea2702ea4f66b2a58711ee22eb7449c74b1ecf0d1 /config-figure-this-out-for-me.mk
parentFirst commit (diff)
downloadlibsyscalls-58dd684c4e86944301959a140dbed9746df35779.tar.gz
libsyscalls-58dd684c4e86944301959a140dbed9746df35779.tar.bz2
libsyscalls-58dd684c4e86944301959a140dbed9746df35779.tar.xz
Second commit
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'config-figure-this-out-for-me.mk')
-rw-r--r--config-figure-this-out-for-me.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-figure-this-out-for-me.mk b/config-figure-this-out-for-me.mk
index 2d470f7..8da5ff9 100644
--- a/config-figure-this-out-for-me.mk
+++ b/config-figure-this-out-for-me.mk
@@ -1,3 +1,4 @@
+# See LICENSE file for copyright and license details.
BASECONFIG !=\
set -e; \
if test -n "$(BASECONFIG)"; then \
@@ -56,4 +57,3 @@ IMPORTANT_CFLAGS !=\
if ! printf '%s\n' $(CC) $(CFLAGS) $(IMPORTANT_CFLAGS) | grep '^-std=c..$$' > /dev/null; then \
sed -n 's/^.*\(-std=c..\).*$$/\1/p' < .config.mk.tmp | sed 1q; \
fi
-