Menu

#1 gspiceui Makefile

closed
Mike W.
None
5
2017-06-06
2011-02-04
Anonymous
No

Hi.

Any chance you can incorporate a $DESTDIR variable in the Makefile? It is surprisingly common. The usage is as follows
./configure
make
sudo make DESTDIR=/somewhere/else install (I use /tmp/package)

cd /somewhere/else
makepkg (slackware) ../gspiceui.tgz

It then makes up a package of the files. Red Hat users would run rpm -build, and debian users would no doubt have something else.

These can be installed/uninstalled then with package tools, and prevents problems like an uninstall removing libs needed by another package.

The Business Kid

Discussion

  • Mike W.

    Mike W. - 2015-01-09
    • assigned_to: Mike W.
    • Group: --> Next_Release_(example)
     
  • Mike W.

    Mike W. - 2015-01-09
    • status: open --> accepted
     
  • Mike W.

    Mike W. - 2015-01-09

    I've check the code base and much of the functionality requested has been implemented. I've just added some refinements which should do all of what you have asked. I've tested the functionality and all seems to work as desired. If you find any problems let me know.

     
  • Mike W.

    Mike W. - 2015-01-17
    • status: accepted --> pending
     
  • Mike W.

    Mike W. - 2016-09-25
    • status: pending --> accepted
     
  • Mike W.

    Mike W. - 2017-06-06
    • status: accepted --> closed
     

Log in to post a comment.