diff options
author | Adam Jackson <ajax@redhat.com> | 2011-10-13 11:52:10 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2011-10-13 11:52:10 -0400 |
commit | 08e6eed4b2d941f6db23edbf3573c392018d7729 (patch) | |
tree | cd9c4331743b07ec4056f6bdd25658c3f39fd4db /Makefile | |
parent | b0217d003c24c08c7c45fff82b1c751e35c30e2a (diff) | |
download | kernel-08e6eed4b2d941f6db23edbf3573c392018d7729.tar.gz kernel-08e6eed4b2d941f6db23edbf3573c392018d7729.tar.xz kernel-08e6eed4b2d941f6db23edbf3573c392018d7729.zip |
implement xkcd#149
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |