summaryrefslogtreecommitdiff
path: root/grub/automake.patch
blob: 51f1d34076afbe16de78ed490d829af10675e7a0 (plain)
    1 --- grub-0.97/stage1/Makefile.am.orig	2012-02-27 10:28:38.000000000 +0900
    2 +++ grub-0.97/stage1/Makefile.am	2012-02-27 10:29:32.000000000 +0900
    3 @@ -1,5 +1,5 @@
    4 -pkglibdir = $(libdir)/$(PACKAGE)/$(host_cpu)-$(host_vendor)
    5 -nodist_pkglib_DATA = stage1
    6 +stagedir = $(libdir)/$(PACKAGE)/$(host_cpu)-$(host_vendor)
    7 +nodist_stage_DATA = stage1
    8  
    9  CLEANFILES = $(nodist_pkglib_DATA)
   10  
   11 --- grub-0.97/stage2/Makefile.am.orig	2012-02-27 10:29:39.000000000 +0900
   12 +++ grub-0.97/stage2/Makefile.am	2012-02-27 10:30:37.000000000 +0900
   13 @@ -27,12 +27,12 @@
   14  	-DUSE_MD5_PASSWORDS=1 -DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1
   15  
   16  # Stage 2 and Stage 1.5's.
   17 -pkglibdir = $(libdir)/$(PACKAGE)/$(host_cpu)-$(host_vendor)
   18 +stagedir = $(libdir)/$(PACKAGE)/$(host_cpu)-$(host_vendor)
   19  
   20  EXTRA_PROGRAMS = nbloader.exec pxeloader.exec diskless.exec
   21  
   22  if DISKLESS_SUPPORT
   23 -pkglib_DATA = stage2 stage2_eltorito e2fs_stage1_5 fat_stage1_5 \
   24 +stage_DATA = stage2 stage2_eltorito e2fs_stage1_5 fat_stage1_5 \
   25  	ffs_stage1_5 iso9660_stage1_5 jfs_stage1_5 minix_stage1_5 \
   26  	reiserfs_stage1_5 ufs2_stage1_5 vstafs_stage1_5 xfs_stage1_5 \
   27  	nbgrub pxegrub
   28 @@ -43,7 +43,7 @@
   29  	reiserfs_stage1_5.exec ufs2_stage1_5.exec vstafs_stage1_5.exec \
   30  	xfs_stage1_5.exec nbloader.exec pxeloader.exec diskless.exec
   31  else
   32 -pkglib_DATA = stage2 stage2_eltorito e2fs_stage1_5 fat_stage1_5 \
   33 +stage_DATA = stage2 stage2_eltorito e2fs_stage1_5 fat_stage1_5 \
   34  	ffs_stage1_5 iso9660_stage1_5 jfs_stage1_5 minix_stage1_5 \
   35  	reiserfs_stage1_5 ufs2_stage1_5 vstafs_stage1_5 xfs_stage1_5
   36  noinst_DATA = pre_stage2 start start_eltorito
   37 @@ -112,7 +112,7 @@
   38  BUILT_SOURCES = stage2_size.h
   39  endif
   40  
   41 -CLEANFILES = $(pkglib_DATA) $(noinst_DATA) $(BUILT_SOURCES)
   42 +CLEANFILES = $(stage_DATA) $(noinst_DATA) $(BUILT_SOURCES)
   43  
   44  stage2_size.h: pre_stage2
   45  	-rm -f stage2_size.h

Generated by cgit