You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ I want to debug my GNU Makefiles.
7
7
8
8
Ultimate long-term goal is a GNU Make visual debugger. I want breakpoints on variables changing. I want to single step through the rules. I want to put a breakpoint on a rule.
9
9
10
+
## Update 20250118. The Linux Kernel Make Update III.
11
+
12
+
Added the $(eval) function. Added target specific variables. Now need to add static pattern rule support.
13
+
10
14
## Update 20241228. The Linux Kernel Make Update. Again.
11
15
12
16
The tokenzparser has been successfully rewritten. We can now amost parse the Linux Kernel Makefile! (Just need to implement the $(eval) function.) I will then focus on being able to run the simple 'help' target.
0 commit comments