00:45:52 Monster database of master branch on crawl.develz.org updated to: 0.35-a0-53-g511dc2e70d 00:49:19 i'm struggling to make this install both Crawl (tiles) and Crawl ASCII with the binary name crawl-ascii (build currently broken): http://slackbuilds.org/repository/15.0/games/crawl/ . That's why I'd like to find out if I can use standard Makefile feature $APPNAME (renaming the binary for one so it doesn't install over the other)... if not, can this be added in a git commit or next release, or easier way to build & install both? 02:15:34 New branch created: pull/5078 (1 commit) 13https://github.com/crawl/crawl/pull/5078 02:15:35 03Medrano8302 07https://github.com/crawl/crawl/pull/5078 * 0.35-a0-54-g0329a292d5: Paged inventory: Include Tab in the in-game help 10(24 minutes ago, 2 files, 3+ 3-) 13https://github.com/crawl/crawl/commit/0329a292d511 04:36:06 Experimental (bcrawl) branch on underhound.eu updated to: 0.23-a0-5261-gd9800d219b 10:05:07 i.e., I maintain that SlackBuild... and trying to use $APPNAME from Makefile... currently unable to install both ASCII & tiles version. Compiling tiles works but then compiling ASCII before or after seems to overwrite tiles version... 12:08:32 <09g​ammafunk> darwin: I'm not sure what $APPNAME is 12:29:21 Makefile variable that lets you set the name the binary will have 12:29:43 at least I read that somewhere... never tried it... but this would seem to be a way to fix this 12:36:31 GAME tells it to build a different binary name 12:36:51 <09g​ammafunk> there is no makefile variable APPNAME in our Makefile 13:05:58 okay 18:30:33 I did "make prefix=/usr/local GAME=crawl-ascii DATADIR=/usr/local/share/crawl SAVEDIR='~/.crawl/'", "strip crawl-ascii", "make GAME=crawl-ascii install prefix=/usr/local DESTDIR=$PKG" but it got created and installed as crawl instead of crawl-ascii. What did I do wrong? 18:31:06 $PKG is just where it gets installed using my SlackBuild... ignore that basically 18:35:06 that's odd — it should be preserving the name, it's basically `$(COPY) $(GAME) $(prefix_fp)/$(bin_prefix)/` 18:35:42 (it also strips it afterward fwiw) 18:39:15 (prefix_fp is PREFIX, assuming you didn't tell it to build into a chroot) 18:39:27 *prefix 18:44:26 SlackBuilds work similar to a chroot. I guess I'll do this all manually and check it. There's nothing else really relevant in the rest, but I'll remove the strip 18:45:54 are you telling the makefile to use one, is the point (USE_CHROOT) 18:46:22 note that if that's in the environment then `make` will see it