~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Brian Aker
  • Date: 2011-12-23 20:13:32 UTC
  • mto: (2478.1.1 drizzle-build)
  • mto: This revision was merged to the branch mainline in revision 2482.
  • Revision ID: brian@tangent.org-20111223201332-fr37eu91nqpkaryt
Cleanup yacc include, remove dead PC file, and put in the basics for RPM.

Show diffs side-by-side

added added

removed removed

Lines of Context:
210
210
uninstall-hook:
211
211
        rm $(DESTDIR)$(man8dir)/drizzled7.8
212
212
        rm $(DESTDIR)$(sbindir)/drizzled7$(EXEEXT)
 
213
 
 
214
rpm-build: support-files/drizzle.spec
 
215
        @rm -f ~/rpmbuild/RPMS/x86_64/drizzle-$(VERSION)*.rpm
 
216
        @rm -f ~/rpmbuild/SRPMS/drizzle-$(VERSION)*.rpm
 
217
        @cp drizzle7-$(VERSION).tar.gz ~/rpmbuild/SOURCES/
 
218
        @cp support-files/drizzled.init ~/rpmbuild/SOURCES/
 
219
        @rpmbuild -ba support-files/drizzle.spec
 
220
        @cp ~/rpmbuild/RPMS/x86_64/drizzle-$(VERSION)*.rpm .
 
221
        @cp ~/rpmbuild/RPMS/x86_64/drizzle-devel-$(VERSION)*.rpm .
 
222
        @cp ~/rpmbuild/RPMS/x86_64/drizzle-debuginfo-$(VERSION)*.rpm .
 
223
        @cp ~/rpmbuild/RPMS/x86_64/drizzle-server-$(VERSION)*.rpm .
 
224
        @cp ~/rpmbuild/SRPMS/drizzle-$(VERSION)*.rpm .
 
225
 
 
226
rpm: man distcheck rpm-build