gnome-shell-system-monitor-applet
gnome-shell-system-monitor-applet copied to clipboard
Subsequent make install fails / succeeds. ( make -j4 )
Subsequent make install fails / succeeds.
cp: cannot stat '[email protected]/schemas/gschemas.compiled': No such file or directory
This seems to happen only when the -j
option of make
command is used, which shouldn't happen.
With a plain make
command, this issue is not seen.
I haven't looked into what it's doing, but why is this happening only for you? Do you have make
aliased to make -j4
or something?
Do you have make aliased to make -j4 or something?
yes