#makefiles — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #makefiles, aggregated by home.social.
-
@WhereTheFraserRiverFlows Thanks for sharing your experience.
I'm either very bad at `pacman` or there's very little packaged for Arch on ARM. I'm betting it's the first one, but it could be both.
I do know I'm well into the "submit a fix if I want a fix" corner of open source early adotpion, haha.
I may try to build some apps I want on my Pi and see what happens when I copy them onto my PinePhone. I am pretty good to at getting things to work from source code, on ARM.
But I guess I probably need to get a better handle on `pacman` first, to make sure I'm not duplicating someone else's efforts.
#pinephone #linux #arch #linuxphone #devops #makefiles #armchips #ivoidwarranties
-
@WhereTheFraserRiverFlows Thanks for sharing your experience.
I'm either very bad at `pacman` or there's very little packaged for Arch on ARM. I'm betting it's the first one, but it could be both.
I do know I'm well into the "submit a fix if I want a fix" corner of open source early adotpion, haha.
I may try to build some apps I want on my Pi and see what happens when I copy them onto my PinePhone. I am pretty good to at getting things to work from source code, on ARM.
But I guess I probably need to get a better handle on `pacman` first, to make sure I'm not duplicating someone else's efforts.
#pinephone #linux #arch #linuxphone #devops #makefiles #armchips #ivoidwarranties
-
@WhereTheFraserRiverFlows Thanks for sharing your experience.
I'm either very bad at `pacman` or there's very little packaged for Arch on ARM. I'm betting it's the first one, but it could be both.
I do know I'm well into the "submit a fix if I want a fix" corner of open source early adotpion, haha.
I may try to build some apps I want on my Pi and see what happens when I copy them onto my PinePhone. I am pretty good to at getting things to work from source code, on ARM.
But I guess I probably need to get a better handle on `pacman` first, to make sure I'm not duplicating someone else's efforts.
#pinephone #linux #arch #linuxphone #devops #makefiles #armchips #ivoidwarranties
-
@WhereTheFraserRiverFlows Thanks for sharing your experience.
I'm either very bad at `pacman` or there's very little packaged for Arch on ARM. I'm betting it's the first one, but it could be both.
I do know I'm well into the "submit a fix if I want a fix" corner of open source early adotpion, haha.
I may try to build some apps I want on my Pi and see what happens when I copy them onto my PinePhone. I am pretty good to at getting things to work from source code, on ARM.
But I guess I probably need to get a better handle on `pacman` first, to make sure I'm not duplicating someone else's efforts.
#pinephone #linux #arch #linuxphone #devops #makefiles #armchips #ivoidwarranties
-
@WhereTheFraserRiverFlows Thanks for sharing your experience.
I'm either very bad at `pacman` or there's very little packaged for Arch on ARM. I'm betting it's the first one, but it could be both.
I do know I'm well into the "submit a fix if I want a fix" corner of open source early adotpion, haha.
I may try to build some apps I want on my Pi and see what happens when I copy them onto my PinePhone. I am pretty good to at getting things to work from source code, on ARM.
But I guess I probably need to get a better handle on `pacman` first, to make sure I'm not duplicating someone else's efforts.
#pinephone #linux #arch #linuxphone #devops #makefiles #armchips #ivoidwarranties
-
Ah, the **groundbreaking** #invention of formatting Makefiles—because who needs flying cars when you've got this 🚀🙄? It's like finally inventing the wheel for chariots nobody rides anymore! Thanks for the 50-year wait, #GitHub, truly a *revolutionary* #contribution to humanity 🌟.
https://github.com/EbodShojaei/bake #groundbreaking #Makefiles #revolutionary #technology #humor #HackerNews #ngated -
Ah, the **groundbreaking** #invention of formatting Makefiles—because who needs flying cars when you've got this 🚀🙄? It's like finally inventing the wheel for chariots nobody rides anymore! Thanks for the 50-year wait, #GitHub, truly a *revolutionary* #contribution to humanity 🌟.
https://github.com/EbodShojaei/bake #groundbreaking #Makefiles #revolutionary #technology #humor #HackerNews #ngated -
Ah, the **groundbreaking** #invention of formatting Makefiles—because who needs flying cars when you've got this 🚀🙄? It's like finally inventing the wheel for chariots nobody rides anymore! Thanks for the 50-year wait, #GitHub, truly a *revolutionary* #contribution to humanity 🌟.
https://github.com/EbodShojaei/bake #groundbreaking #Makefiles #revolutionary #technology #humor #HackerNews #ngated -
Ah, the **groundbreaking** #invention of formatting Makefiles—because who needs flying cars when you've got this 🚀🙄? It's like finally inventing the wheel for chariots nobody rides anymore! Thanks for the 50-year wait, #GitHub, truly a *revolutionary* #contribution to humanity 🌟.
https://github.com/EbodShojaei/bake #groundbreaking #Makefiles #revolutionary #technology #humor #HackerNews #ngated -
Was nimmt man eigentlich heutzutage für kleinere C-Projekte als Build-System, wenn man von frickeligen #Makefiles weg will? #CMake? #Meson? #coding, #c
-
Was nimmt man eigentlich heutzutage für kleinere C-Projekte als Build-System, wenn man von frickeligen #Makefiles weg will? #CMake? #Meson? #coding, #c
-
Was nimmt man eigentlich heutzutage für kleinere C-Projekte als Build-System, wenn man von frickeligen #Makefiles weg will? #CMake? #Meson? #coding, #c
-
For those who want to add #git hook and #logging capabilities to their #makefiles and #justfiles, I just updated the cookbook with a new recipe!
#devops
#linux -
For those who want to add #git hook and #logging capabilities to their #makefiles and #justfiles, I just updated the cookbook with a new recipe!
#devops
#linux -
For those who want to add #git hook and #logging capabilities to their #makefiles and #justfiles, I just updated the cookbook with a new recipe!
#devops
#linux -
For those who want to add #git hook and #logging capabilities to their #makefiles and #justfiles, I just updated the cookbook with a new recipe!
#devops
#linux -
For those who want to add #git hook and #logging capabilities to their #makefiles and #justfiles, I just updated the cookbook with a new recipe!
#devops
#linux -
My gosh, just when I think I've got it figured out, GNU GNoes ahead and screws me over again with some obscure syntax. #Makefiles #NextTimeCanWeUseCMakePlease #WeHaveCMakeAtHome
Turns out if you want to declare a local variable in a Makefile recipe, you can't just do `var_name := value`. Oh, no. That would be too intuitive. No, you have to do it like this:
```
recipe_name: var_name := value
recipe_name:
printf "Now I finally get to use my variable: ${var_name}"
``` -
today's question: is this @ParslProject `Makefile` trying to also be a rudimentary package manager, or not?
-
today's question: is this @ParslProject `Makefile` trying to also be a rudimentary package manager, or not?
-
today's question: is this @ParslProject `Makefile` trying to also be a rudimentary package manager, or not?
-
today's question: is this @ParslProject `Makefile` trying to also be a rudimentary package manager, or not?
-
today's question: is this @ParslProject `Makefile` trying to also be a rudimentary package manager, or not?
-
*Husband*: ...So I use a lot of #makefiles to manage building and deploying my #docker images and
*Me, cutting him off*: sorry, _makefile_ Makefiles?
*Husband*: yes, so
*Me, immediately*: pervert.
-
*Husband*: ...So I use a lot of #makefiles to manage building and deploying my #docker images and
*Me, cutting him off*: sorry, _makefile_ Makefiles?
*Husband*: yes, so
*Me, immediately*: pervert.
-
*Husband*: ...So I use a lot of #makefiles to manage building and deploying my #docker images and
*Me, cutting him off*: sorry, _makefile_ Makefiles?
*Husband*: yes, so
*Me, immediately*: pervert.
-
*Husband*: ...So I use a lot of #makefiles to manage building and deploying my #docker images and
*Me, cutting him off*: sorry, _makefile_ Makefiles?
*Husband*: yes, so
*Me, immediately*: pervert.
-
*Husband*: ...So I use a lot of #makefiles to manage building and deploying my #docker images and
*Me, cutting him off*: sorry, _makefile_ Makefiles?
*Husband*: yes, so
*Me, immediately*: pervert.
-
Can someone more experience with #makefiles than me please take a look at https://github.com/richfelker/musl-cross-make/blob/master/Makefile and tell me if it's possible to have a download-only step? (How?) - currently many rebuilds in Docker appear to download all the sources all over again, no matter what cache mount I try.
-
Can someone more experience with #makefiles than me please take a look at https://github.com/richfelker/musl-cross-make/blob/master/Makefile and tell me if it's possible to have a download-only step? (How?) - currently many rebuilds in Docker appear to download all the sources all over again, no matter what cache mount I try.
-
Can someone more experience with #makefiles than me please take a look at https://github.com/richfelker/musl-cross-make/blob/master/Makefile and tell me if it's possible to have a download-only step? (How?) - currently many rebuilds in Docker appear to download all the sources all over again, no matter what cache mount I try.
-
Can someone more experience with #makefiles than me please take a look at https://github.com/richfelker/musl-cross-make/blob/master/Makefile and tell me if it's possible to have a download-only step? (How?) - currently many rebuilds in Docker appear to download all the sources all over again, no matter what cache mount I try.
-
Can someone more experience with #makefiles than me please take a look at https://github.com/richfelker/musl-cross-make/blob/master/Makefile and tell me if it's possible to have a download-only step? (How?) - currently many rebuilds in Docker appear to download all the sources all over again, no matter what cache mount I try.
-
Remember that #CSS meme? I think writing #Makefiles is worse.
-
Remember that #CSS meme? I think writing #Makefiles is worse.
-
Remember that #CSS meme? I think writing #Makefiles is worse.
-
#clang's scan-build is really awesome for simple to setup #StaticAnalysis, all you need is a compile-commands.json which is easily generated by #Meson or #CMake but also with classic #Makefiles when using bear(1). Then, just point it to the JSON and run a new build. Output is on the console as well as an HTML with a nice taint analysis which branches need to be taken for what to happen. Trade off benefit/time is real good
-
#clang's scan-build is really awesome for simple to setup #StaticAnalysis, all you need is a compile-commands.json which is easily generated by #Meson or #CMake but also with classic #Makefiles when using bear(1). Then, just point it to the JSON and run a new build. Output is on the console as well as an HTML with a nice taint analysis which branches need to be taken for what to happen. Trade off benefit/time is real good
-
#clang's scan-build is really awesome for simple to setup #StaticAnalysis, all you need is a compile-commands.json which is easily generated by #Meson or #CMake but also with classic #Makefiles when using bear(1). Then, just point it to the JSON and run a new build. Output is on the console as well as an HTML with a nice taint analysis which branches need to be taken for what to happen. Trade off benefit/time is real good
-
#clang's scan-build is really awesome for simple to setup #StaticAnalysis, all you need is a compile-commands.json which is easily generated by #Meson or #CMake but also with classic #Makefiles when using bear(1). Then, just point it to the JSON and run a new build. Output is on the console as well as an HTML with a nice taint analysis which branches need to be taken for what to happen. Trade off benefit/time is real good
-
I've been essentially nerd-sniped the last couple nights. Yesterday I couldn't stop reading the docs for GNU Make, and tonight I'm checking out Earthly. Just so interesting.
-
I've been essentially nerd-sniped the last couple nights. Yesterday I couldn't stop reading the docs for GNU Make, and tonight I'm checking out Earthly. Just so interesting.
-
Okay, finally managed to look into why my #Makefiles fail with #GNU Make 4.4, what I was doing there in the first place and how to fix it
The actual change is pretty small: https://github.com/xoreos/xoreos-tools/commit/168e3114bed2faf70f06da5cdd7bac4db44a0d39
-
So by default #pycharm insert spaces into #makefiles instead of tabs... This took me a while to figure out. Installing the official makefile plugin resolves this issue
-
https://log.pyratebeard.net/entry/20220124-make_believe.html
make believe - using makefiles for running docker and terraform commands
10/100 #100daystooffload
-
https://log.pyratebeard.net/entry/20220124-make_believe.html
make believe - using makefiles for running docker and terraform commands
10/100 #100daystooffload
-
@jkreeftmeijer am I taking #makefiles too far away yet?
-
I've been struggling with #GNU #M4 these days.
Here's my problem: I'm trying to create #docker images with configuration files dynamically. I have #makefiles to create images and a lot of environment variables that should be stored in configuration files.
#M4 is a really old and complex templating system.
Now I'm using #mustache templates with #chevron (:link: https://pypi.org/project/chevron/) that requires #python on the machine or #mo (:link: https://git.io/get-mo) with #bash.This rocks...