Using make to build rpms

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi All,

I'm attempting to create a build system that will build rpms.

I have much of the system created but have encountered an show stopper:

I have a top level Makefile like so:

---------------

RPM_DIRS = postgresql

default:
    $(foreach DIR,$(RPM_DIRS),$(MAKE) -C $DIRS rpm)


---------------

And a Makefile in each of the RPM_DIRS like so:

---------------

rpm:
    rpmbuild -ba postgresql-8.2.4.spec

----------------

If I r

_______________________________________________
Rpm-list mailing list
Rpm-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/rpm-list

[Index of Archives]     [RPM Ecosystem]     [Linux Kernel]     [Red Hat Install]     [PAM]     [Red Hat Watch]     [Red Hat Development]     [Red Hat]     [Gimp]     [Yosemite News]     [IETF Discussion]

  Powered by Linux