target

  1. D

    Other Target variable assignment in make

    I'd like to do the following target variable assignment in make. It works in GNU Make but not in BSD Make. test: clean debug_compile debug_compile: ERLCFLAGS += -DTEST debug_compile: compile compile_test; Make reports "don't know how to make ERLCFLAGS". Any suggestions would be appreciated.
  2. T

    Compile FreeBSD for a Different Target

    Hello, I would like to compile part of the FreeBSD sources (compiling on FreeBSD) for a different target string, e.g. x86_64-pc-linux-gnu. Is there a way to specifiy make to compile for this architecture/target? Thank you for your consideration,
  3. Sir Wuffleton

    Solved Can FreeBSD Serve Tape Drives as iSCSI Targets?

    Some background on my environment and use case: I would like to share my LTO5 tape drive via iSCSI with a server that will be doing backups to tape, but having the tape drive in a more convenient location to switch out tapes. The FreeBSD box is running pfSense and acting as a router (however, I...
Back
Top