Check-in [3de2aab453]
Overview
Comment:AppFS 1.4
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | 1.4
Files: files | file ages | folders
SHA1: 3de2aab45362c22fbfdda7d4b12132c05d25b45c
User & Date: rkeene on 2014-12-29 04:41:33
Other Links: manifest | tags
Context
2015-02-24
18:25
Added script to create Slackware package check-in: fc66612d12 user: rkeene tags: trunk
2014-12-29
04:41
AppFS 1.4 check-in: 3de2aab453 user: rkeene tags: trunk, 1.4
04:41
Added man page, updated to install mount.appfs, updated to obey "exec_destdir" check-in: 1fe5e639ec user: rkeene tags: trunk
Changes

Modified Makefile from [47c22e44ac] to [6eec822d80].

1
2
3
4
5
6
7
8
APPFS_VERSION  = 1.3
CC             = gcc
PKG_CONFIG     = pkg-config
FUSE_CFLAGS    = $(shell $(PKG_CONFIG) --cflags fuse)
CFLAGS_DEBUG   = -Wall -g3 -ggdb3 -DDEBUG=1 -UNDEBUG -O0 -DAPPFS_EXIT_PATH=1
CFLAGS_RELEASE = -Wall -UDEBUG -DNDEBUG=1 -O3
CFLAGS         += $(FUSE_CFLAGS) $(TCL_CFLAGS) $(CFLAGS_RELEASE)
LDFLAGS        += $(TCL_LDFLAGS)
|







1
2
3
4
5
6
7
8
APPFS_VERSION  = 1.4
CC             = gcc
PKG_CONFIG     = pkg-config
FUSE_CFLAGS    = $(shell $(PKG_CONFIG) --cflags fuse)
CFLAGS_DEBUG   = -Wall -g3 -ggdb3 -DDEBUG=1 -UNDEBUG -O0 -DAPPFS_EXIT_PATH=1
CFLAGS_RELEASE = -Wall -UDEBUG -DNDEBUG=1 -O3
CFLAGS         += $(FUSE_CFLAGS) $(TCL_CFLAGS) $(CFLAGS_RELEASE)
LDFLAGS        += $(TCL_LDFLAGS)