summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-06-09 20:39:42 +0000
committerJeremy Katz <katzj@redhat.com>2006-06-09 20:39:42 +0000
commit05fd4dd474baaeba69bad50a7d351f260dde9431 (patch)
tree858d9b2d14d5f8a1b4507b2eb278b32860b37394 /Makefile
parentcf5826ca772ef032999db336887ced4dabf688f9 (diff)
downloadanaconda-05fd4dd474baaeba69bad50a7d351f260dde9431.tar.gz
anaconda-05fd4dd474baaeba69bad50a7d351f260dde9431.tar.xz
anaconda-05fd4dd474baaeba69bad50a7d351f260dde9431.zip
2006-06-09 Jeremy Katz <katzj@redhat.com>
* Makefile: Build and install gptsync on x86. * gptsync/: Add gptsync code from refit (http://refit.sf.net) until I get parted to do this. Slightly modified to default to Linux native parts and not to prompt.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 26c881b34..1c4d46d88 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,11 @@ SUBDIRS += fonts
endif
endif
+# gptsync only on x86 for mactels right now
+ifeq (i386, $(ARCH))
+SUBDIRS += gptsync
+endif
+
CATALOGS = po/anaconda.pot
PYFILES = $(wildcard *.py)