summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2007-02-16 20:47:01 +0000
committerPeter Jones <pjones@redhat.com>2007-02-16 20:47:01 +0000
commit710d9d2341686dda2b37f1a091322054bc090bb0 (patch)
treea790d69f73f372d7d540551ac2de2d31fc158f73
parenta5f36942e896e65f38231fdcd4562815fce2fc76 (diff)
downloadanaconda-710d9d2341686dda2b37f1a091322054bc090bb0.tar.gz
anaconda-710d9d2341686dda2b37f1a091322054bc090bb0.tar.xz
anaconda-710d9d2341686dda2b37f1a091322054bc090bb0.zip
- add x86_64
- fix s390x (so it doesn't just generate the s390 file) - alphabetize targets so it's easy to compare with 'ls' output
-rw-r--r--keymaps/Makefile20
1 files changed, 13 insertions, 7 deletions
diff --git a/keymaps/Makefile b/keymaps/Makefile
index 0cfdac63f..62dda210f 100644
--- a/keymaps/Makefile
+++ b/keymaps/Makefile
@@ -9,20 +9,26 @@ install:
clean:
+alpha:
+ ./updkmaps alpha
+
i386:
./updkmaps i386
-alpha:
- ./updkmaps alpha
+ia64:
+ ./updkmaps ia64
-sparc:
- ./updkmaps sparc
+ppc:
+ ./updkmaps ppc
s390:
./updkmaps s390
s390x:
- ./updkmaps s390
+ ./updkmaps s390x
-ppc:
- ./updkmaps ppc
+sparc:
+ ./updkmaps sparc
+
+x86_64:
+ ./updkmaps x86_64