summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2011-10-13 11:52:10 -0400
committerAdam Jackson <ajax@redhat.com>2011-10-13 11:52:10 -0400
commit08e6eed4b2d941f6db23edbf3573c392018d7729 (patch)
treecd9c4331743b07ec4056f6bdd25658c3f39fd4db /Makefile
parentb0217d003c24c08c7c45fff82b1c751e35c30e2a (diff)
downloadkernel-08e6eed4b2d941f6db23edbf3573c392018d7729.tar.gz
kernel-08e6eed4b2d941f6db23edbf3573c392018d7729.tar.xz
kernel-08e6eed4b2d941f6db23edbf3573c392018d7729.zip
implement xkcd#149
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3e9e3a8fa..77136a758 100644
--- a/Makefile
+++ b/Makefile
@@ -309,3 +309,12 @@ tag-$(branch-upstream) := $(shell \
sed -n 's/^.* *//;s/\.bz2$$//;s/patch-/v/;/^v/h;$${g;p}' sources)
endif
endif
+
+ifeq ($(MAKECMDGOALS),me a sandwich)
+.PHONY: me a sandwich
+me a:
+ @:
+
+sandwich:
+ @[ `id -u` -ne 0 ] && echo "What? Make it yourself." || echo Okay.
+endif