aboutsummaryrefslogtreecommitdiff
path: root/src/libcmd/local.mk
AgeCommit message (Collapse)Author
2024-03-04Merge pull request #9465 from obsidiansystems/build-direldritch horrors
Use `buildprefix` in a few more places (cherry picked from commit b6a3fde6b7a416929553e6be36fc991680ddf9ef) Change-Id: I2790663fa9f8242ac2db6582b7e421d2fdf42942
2023-02-20Split out `CmdRepl` and `editorFor`John Ericson
The REPL itself and the `nix repl` CLI are conceptually different things, and thus deserve to be in different files.
2022-11-12build: use pkg-config for lowdownEt7f3
2022-04-29remove 'libnix'Ben Burdette
2022-04-08clean up makefilesBen Burdette
2022-02-04link changeBen Burdette
2022-02-04Merge branch 'master' into debug-stepBen Burdette
2022-01-30use LOWDOWN_LIBS variableThomas Koch
fixes: #5931
2021-11-30fix linkingBen Burdette
2021-11-25Merge branch 'master' into debug-mergeBen Burdette
2021-10-22more debug removalBen Burdette
2021-08-30Merge pull request #5175 from Pamplemousse/makeEelco Dolstra
Don't overwrite user provided `lib*_LDFLAGS`
2021-08-25Don't overwrite user provided `lib*_LDFLAGS`Pamplemousse
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2021-08-13Install pkg-config files in the correct locationPiotr Szubiakowski
Use `$(libdir)` while installing .pc files looks like a more generic solution. For example, it will work for distributions like RHEL or Fedora where .pc files are installed in `/usr/lib64/pkgconfig`.
2021-07-24Enable pthreads for new librariesAlyssa Ross
Otherwise the lack of pthread causes linking to fail for NetBSD.
2021-04-28move repl.cc to libcmd for linkageBen Burdette
2021-01-26Move command plugin interface to libnixcmdShea Levy