Masato Taruishi
taru****@users*****
2004年 10月 13日 (水) 12:20:28 JST
=================================================================== RCS file: ultrapossum/debian/rules,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ultrapossum/debian/rules 2004/10/12 08:02:06 1.11 +++ ultrapossum/debian/rules 2004/10/13 03:20:28 1.12 @@ -8,7 +8,6 @@ common-install-indep:: install -m644 debian/debian.cf $(DEB_DESTDIR)/etc/ultrapossum/ - $(MAKE) -C perl PREFIX=$(DEB_DESTDIR)/usr install #DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(DEB_DESTDIR) DEB_CONFIGURE_EXTRA_FLAGS := --with-modules=client,server,test,startTLS,dnsbalance,failover,vaj-robust --with-ldaplibexecdir=/usr/sbin --with-ldapsysconfdir=/etc/ldap --with-ldapdatadir=/usr/share/ldap --with-ldaplibdir=/usr/lib/ldap --with-hasysconfdir=/etc/ha.d --with-monlibdir=/usr/lib/mon --with-monsysconfdir=/etc/mon --with-monpidfile=/var/run/mon/mon.pid --with-halocalstatedir=/var --with-sudoersdir=/etc --with-opensslsysconfdir=/etc/ssl @@ -23,16 +22,12 @@ endif endif -common-build-indep:: - cd perl && perl Makefile.PL INSTALLDIRS=vendor && $(MAKE) - common-install-indep:: # move deafult configuration to /usr/share for ucf /bin/mv $(DEB_DESTDIR)/etc \ $(DEB_DESTDIR)/usr/share/ultrapossum/ucf clean:: - -$(MAKE) -C perl realclean -$(MAKE) -C debian/test/umlinux clean test::