File: linux.tup

package info (click to toggle)
tup 0.8-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,076 kB
  • sloc: ansic: 256,651; sh: 19,101; perl: 184; python: 67; lisp: 63; makefile: 56
file content (9 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
TUP_MONITOR = inotify
TUP_SERVER = @(TUP_SERVER)
ifeq (,$(TUP_SERVER))
TUP_SERVER = fuse3
endif

ifeq (@(TUP_ARCH),x86_64)
  X86_ARCH_SIBLINGS=y
endif